Merge "Add service-connectivity to tethering APEX" am: 7998551cdc
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1488520 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I6c0d1b1c0247d66f9a962da824da73d05101774c
This commit is contained in:
@@ -16,9 +16,17 @@
|
||||
|
||||
apex {
|
||||
name: "com.android.tethering",
|
||||
updatable: true,
|
||||
min_sdk_version: "30",
|
||||
java_libs: ["framework-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: true,
|
||||
// min_sdk_version: "30",
|
||||
java_libs: [
|
||||
"framework-tethering",
|
||||
"service-connectivity",
|
||||
],
|
||||
jni_libs: [
|
||||
"libservice-connectivity",
|
||||
],
|
||||
bpfs: ["offload.o"],
|
||||
apps: ["Tethering"],
|
||||
manifest: "manifest.json",
|
||||
|
||||
Reference in New Issue
Block a user