Merge "Add service-connectivity to tethering APEX" am: 7998551cdc am: 3ebe8d0394
Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1488520 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I5f1f8a73b73277709568a79b623fa88f13b95179
This commit is contained in:
@@ -16,9 +16,17 @@
|
|||||||
|
|
||||||
apex {
|
apex {
|
||||||
name: "com.android.tethering",
|
name: "com.android.tethering",
|
||||||
updatable: true,
|
// TODO: make updatable again once this contains only updatable artifacts (in particular, this
|
||||||
min_sdk_version: "30",
|
// cannot build as updatable unless service-connectivity builds against stable API).
|
||||||
java_libs: ["framework-tethering"],
|
// updatable: true,
|
||||||
|
// min_sdk_version: "30",
|
||||||
|
java_libs: [
|
||||||
|
"framework-tethering",
|
||||||
|
"service-connectivity",
|
||||||
|
],
|
||||||
|
jni_libs: [
|
||||||
|
"libservice-connectivity",
|
||||||
|
],
|
||||||
bpfs: ["offload.o"],
|
bpfs: ["offload.o"],
|
||||||
apps: ["Tethering"],
|
apps: ["Tethering"],
|
||||||
manifest: "manifest.json",
|
manifest: "manifest.json",
|
||||||
|
|||||||
Reference in New Issue
Block a user