diff options
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 3bdd4ad909ef..4b0df44d8016 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -485,29 +485,3 @@ java_library_static { ":hwbinder-stubs-docs", ], } - -///////////////////////////////////////////////////////////////////// -// api/*-current.txt files for use by modules in other directories -// like the CTS test -///////////////////////////////////////////////////////////////////// - -filegroup { - name: "frameworks-base-api-current.txt", - srcs: [ - "api/current.txt", - ], -} - -filegroup { - name: "frameworks-base-api-system-current.txt", - srcs: [ - "api/system-current.txt", - ], -} - -filegroup { - name: "frameworks-base-api-system-removed.txt", - srcs: [ - "api/system-removed.txt", - ], -} |