Tethering: build tethering as unbundled APP

Bug: 143195885
Test: -build, flash, boot
      -atest TetheringTests

Merged-In: I09117228c193137f6359fdcfced38352b8a38f57
Change-Id: I09117228c193137f6359fdcfced38352b8a38f57
(clean cherry-pick)
This commit is contained in:
markchien
2020-01-15 17:54:52 +08:00
committed by Remi NGUYEN VAN
parent 21372af495
commit 2ee36f7055

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.