From 552ba2c492ba90084ba93366875ebb0d12be63c5 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Thu, 5 Nov 2020 10:45:13 +0000 Subject: Move testapi API files for symmetry with others The other non-updatable API files are in core/api/*. Also add -non-updatable to the module to match the others. Bug: 171029603 Test: m checkapi Change-Id: I2bd1fa5bac6b35096b3059f93d68ef24b7a464e5 Merged-In: I2bd1fa5bac6b35096b3059f93d68ef24b7a464e5 (cherry picked from commit 3a1b1bd620454dd1d5b328c98634a567865cd55e) --- StubLibraries.bp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'StubLibraries.bp') diff --git a/StubLibraries.bp b/StubLibraries.bp index cff96b71f8c2..7060347922b9 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -225,7 +225,7 @@ droidstubs { } droidstubs { - name: "test-api-stubs-docs", + name: "test-api-stubs-docs-non-updatable", defaults: ["metalava-non-updatable-api-stubs-default"], arg_files: [ "core/res/AndroidManifest.xml", @@ -237,12 +237,12 @@ droidstubs { + "\\)", check_api: { current: { - api_file: "api/test-current.txt", - removed_api_file: "api/test-removed.txt", + api_file: "core/api/test-current.txt", + removed_api_file: "core/api/test-removed.txt", }, api_lint: { enabled: true, - baseline_file: "api/test-lint-baseline.txt", + baseline_file: "core/api/test-lint-baseline.txt", }, }, dist: { @@ -361,7 +361,7 @@ java_library_static { java_library_static { name: "android_test_stubs_current", - srcs: [ ":test-api-stubs-docs" ], + srcs: [ ":test-api-stubs-docs-non-updatable" ], static_libs: [ // Modules do not have test APIs, but we want to include their SystemApis, like we include // the SystemApi of framework-non-updatable-sources. -- cgit v1.2.3