diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index 4df4054e64..b3cae7cd73 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -70,9 +70,9 @@ apex { canned_fs_config: "canned_fs_config", bpfs: [ "block.o", - "clatd.o_mainline", + "clatd.o", "dscp_policy.o", - "netd.o_mainline", + "netd.o", "offload.o", "test.o", ], diff --git a/bpf_progs/Android.bp b/bpf_progs/Android.bp index 1fe0e9acc0..0e7b22d611 100644 --- a/bpf_progs/Android.bp +++ b/bpf_progs/Android.bp @@ -97,7 +97,7 @@ bpf { } bpf { - name: "clatd.o_mainline", + name: "clatd.o", srcs: ["clatd.c"], cflags: [ "-Wall", @@ -110,7 +110,7 @@ bpf { } bpf { - name: "netd.o_mainline", + name: "netd.o", srcs: ["netd.c"], cflags: [ "-Wall",