Merge "Tethering: build tethering as unbundled APP"

This commit is contained in:
Remi NGUYEN VAN
2020-01-31 07:40:30 +00:00
committed by Gerrit Code Review

View File

@@ -16,7 +16,7 @@
java_defaults {
name: "TetheringAndroidLibraryDefaults",
platform_apis: true,
sdk_version: "system_current",
srcs: [
"src/**/*.java",
":framework-tethering-shared-srcs",
@@ -81,7 +81,7 @@ cc_library {
// Common defaults for compiling the actual APK.
java_defaults {
name: "TetheringAppDefaults",
platform_apis: true,
sdk_version: "system_current",
privileged: true,
// Build system doesn't track transitive dependeicies for jni_libs, list all the dependencies
// explicitly.