Add tethering bootclasspath fragment to its sdk

This subsumes the java_sdk_library in the sdk.

Bug: 188427719
Test: build_mainline_modules.sh
Change-Id: Ib2ebb3893135b4dd91812f1f1b0915540cfd64cb
This commit is contained in:
Anton Hansson
2021-06-07 15:46:33 +01:00
parent 8148656efc
commit 3669599dec

View File

@@ -158,7 +158,5 @@ android_app {
sdk { sdk {
name: "tethering-module-sdk", name: "tethering-module-sdk",
java_sdk_libs: [ bootclasspath_fragments: ["com.android.tethering-bootclasspath-fragment"],
"framework-tethering",
],
} }