Feed framework-tethering-stubs the src filegroup
This filegroups strips the "src" prefix away from the src path for the filter_packages check in droiddoc. Bug: 149293194 Test: m update-api (no change) Change-Id: I5b9ffa211be9c1a7dd8f63d5e7ba2a825d0d3190
This commit is contained in:
@@ -65,12 +65,7 @@ java_library {
|
||||
|
||||
stubs_defaults {
|
||||
name: "framework-tethering-stubs-defaults",
|
||||
srcs: [
|
||||
"src/android/net/TetheredClient.java",
|
||||
"src/android/net/TetheringManager.java",
|
||||
"src/android/net/TetheringConstants.java",
|
||||
],
|
||||
libs: ["tethering-aidl-interfaces-java"],
|
||||
srcs: [":framework-tethering-srcs"],
|
||||
}
|
||||
|
||||
filegroup {
|
||||
|
||||
Reference in New Issue
Block a user