Merge "Add service-connectivity to tethering APEX"

This commit is contained in:
Lorenzo Colitti
2021-01-07 08:34:25 +00:00
committed by Gerrit Code Review

View File

@@ -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",