From fcb91d4ad070ce12b5acad2a0f01d2143aad8f75 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 21 Sep 2020 16:32:14 +0100 Subject: Move api/*current.txt filegroups into api dir The StubLibraries bp file is sufficiently humongous without them. Bug: 169034951 Test: presubmit Change-Id: I2809f94f950cdebb6c1fbf8de091e9d9443810d6 --- StubLibraries.bp | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'StubLibraries.bp') 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", - ], -} -- cgit v1.2.3