Merge "Add framework-connectivity to the Tethering APEX" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
bee627b39c
@@ -20,17 +20,22 @@ package {
|
||||
|
||||
apex {
|
||||
name: "com.android.tethering",
|
||||
// TODO: make updatable again once this contains only updatable artifacts (in particular, this
|
||||
// cannot build as updatable unless service-connectivity builds against stable API).
|
||||
updatable: false,
|
||||
// min_sdk_version: "30",
|
||||
compile_multilib: "both",
|
||||
updatable: true,
|
||||
min_sdk_version: "30",
|
||||
java_libs: [
|
||||
"framework-connectivity",
|
||||
"framework-tethering",
|
||||
"service-connectivity",
|
||||
],
|
||||
jni_libs: [
|
||||
"libservice-connectivity",
|
||||
],
|
||||
multilib: {
|
||||
first: {
|
||||
jni_libs: ["libservice-connectivity"]
|
||||
},
|
||||
both: {
|
||||
jni_libs: ["libframework-connectivity-jni"],
|
||||
}
|
||||
},
|
||||
bpfs: [
|
||||
"offload.o",
|
||||
"test.o",
|
||||
|
||||
Reference in New Issue
Block a user