resolve merge conflicts of 8e6e52ec8b to rvc-qpr-dev-plus-aosp

Bug: 171029603
Change-Id: Ie846f5b9bc1ee906fc6f01d05899fddfd1918266
Merged-In: I2bd1fa5bac6b35096b3059f93d68ef24b7a464e5
This commit is contained in:
Anton Hansson
2020-11-05 19:15:26 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -225,7 +225,7 @@ droidstubs {
} }
droidstubs { droidstubs {
name: "test-api-stubs-docs", name: "test-api-stubs-docs-non-updatable",
defaults: ["metalava-non-updatable-api-stubs-default"], defaults: ["metalava-non-updatable-api-stubs-default"],
arg_files: [ arg_files: [
"core/res/AndroidManifest.xml", "core/res/AndroidManifest.xml",
@@ -237,12 +237,12 @@ droidstubs {
+ "\\)", + "\\)",
check_api: { check_api: {
current: { current: {
api_file: "api/test-current.txt", api_file: "core/api/test-current.txt",
removed_api_file: "api/test-removed.txt", removed_api_file: "core/api/test-removed.txt",
}, },
api_lint: { api_lint: {
enabled: true, enabled: true,
baseline_file: "api/test-lint-baseline.txt", baseline_file: "core/api/test-lint-baseline.txt",
}, },
}, },
dist: { dist: {
@@ -361,7 +361,7 @@ java_library_static {
java_library_static { java_library_static {
name: "android_test_stubs_current", name: "android_test_stubs_current",
srcs: [ ":test-api-stubs-docs" ], srcs: [ ":test-api-stubs-docs-non-updatable" ],
static_libs: [ static_libs: [
// Modules do not have test APIs, but we want to include their SystemApis, like we include // Modules do not have test APIs, but we want to include their SystemApis, like we include
// the SystemApi of framework-non-updatable-sources. // the SystemApi of framework-non-updatable-sources.