Merge "Revert "Add service-connectivity to tethering APEX""

This commit is contained in:
Treehugger Robot
2021-01-07 15:25:03 +00:00
committed by Gerrit Code Review

View File

@@ -16,17 +16,9 @@
apex { apex {
name: "com.android.tethering", name: "com.android.tethering",
// TODO: make updatable again once this contains only updatable artifacts (in particular, this updatable: true,
// cannot build as updatable unless service-connectivity builds against stable API). min_sdk_version: "30",
// updatable: true, java_libs: ["framework-tethering"],
// 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",