Use new libcore filegroup variable

This change switches frameworks/base/ targets to a generic "interface"
libcore filegroup variable, core_public_api_files, rather than having
it know about Core Library internal filegroups. It is not perfect
because the command line tools need to know to exclude certain packages,
but it is a step in the right direction.

Bug: 126332291
Test: build only
Change-Id: I72667f30dc5685fdc24aca3f8ee82b20c7548449
This commit is contained in:
Neil Fuller
2019-02-26 12:00:38 +00:00
parent dbe517fb20
commit 3b1b70376c

View File

@@ -1266,10 +1266,7 @@ stubs_defaults {
"test-base/src/**/*.java",
":opt-telephony-srcs",
":opt-net-voip-srcs",
":openjdk_javadoc_files",
":non_openjdk_javadoc_files",
":android_icu4j_src_files_for_docs",
":conscrypt_public_api_files",
":core_public_api_files",
":updatable-media-srcs-without-aidls",
"test-mock/src/**/*.java",
"test-runner/src/**/*.java",
@@ -1328,10 +1325,7 @@ stubs_defaults {
srcs: [
":opt-telephony-srcs",
":opt-net-voip-srcs",
":openjdk_javadoc_files",
":non_openjdk_javadoc_files",
":android_icu4j_src_files_for_docs",
":conscrypt_public_api_files",
":core_public_api_files",
":updatable-media-srcs-without-aidls",
],
srcs_lib: "framework",