Skip to content
Snippets Groups Projects
Commit 90ae90b6 authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent 49c50fb3
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment