diff options
author | Anton Hansson <hansson@google.com> | 2020-09-21 16:32:14 +0100 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-09-21 17:03:14 +0100 |
commit | fcb91d4ad070ce12b5acad2a0f01d2143aad8f75 (patch) | |
tree | ee31d39122e58ebe0b7410d1ec7ef2736feda5ce /StubLibraries.bp | |
parent | 7fb5deb7795950a9fb20fc6e38e47ed37011b935 (diff) |
Move api/*current.txt filegroups into api dir
The StubLibraries bp file is sufficiently humongous without them.
Bug: 169034951
Test: presubmit
Change-Id: I2809f94f950cdebb6c1fbf8de091e9d9443810d6
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", - ], -} |