diff --git a/StubLibraries.bp b/StubLibraries.bp index 3d28bf812ec65..9047df5aba5c5 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -148,8 +148,8 @@ droidstubs { args: metalava_framework_docs_args, check_api: { current: { - api_file: "non-updatable-api/current.txt", - removed_api_file: "non-updatable-api/removed.txt", + api_file: "core/api/current.txt", + removed_api_file: "core/api/removed.txt", }, last_released: { api_file: ":android-non-updatable.api.public.latest", @@ -208,8 +208,8 @@ droidstubs { args: metalava_framework_docs_args + priv_apps, check_api: { current: { - api_file: "non-updatable-api/system-current.txt", - removed_api_file: "non-updatable-api/system-removed.txt", + api_file: "core/api/system-current.txt", + removed_api_file: "core/api/system-removed.txt", }, last_released: { api_file: ":android-non-updatable.api.system.latest", @@ -219,7 +219,7 @@ droidstubs { api_lint: { enabled: true, new_since: ":android-non-updatable.api.system.latest", - baseline_file: "non-updatable-api/system-lint-baseline.txt", + baseline_file: "core/api/system-lint-baseline.txt", }, }, } @@ -264,8 +264,8 @@ droidstubs { args: metalava_framework_docs_args + priv_apps + module_libs, check_api: { current: { - api_file: "non-updatable-api/module-lib-current.txt", - removed_api_file: "non-updatable-api/module-lib-removed.txt", + api_file: "core/api/module-lib-current.txt", + removed_api_file: "core/api/module-lib-removed.txt", }, last_released: { api_file: ":android-non-updatable.api.module-lib.latest", diff --git a/non-updatable-api/Android.bp b/core/api/Android.bp similarity index 100% rename from non-updatable-api/Android.bp rename to core/api/Android.bp diff --git a/non-updatable-api/current.txt b/core/api/current.txt similarity index 100% rename from non-updatable-api/current.txt rename to core/api/current.txt diff --git a/non-updatable-api/module-lib-current.txt b/core/api/module-lib-current.txt similarity index 100% rename from non-updatable-api/module-lib-current.txt rename to core/api/module-lib-current.txt diff --git a/non-updatable-api/module-lib-removed.txt b/core/api/module-lib-removed.txt similarity index 100% rename from non-updatable-api/module-lib-removed.txt rename to core/api/module-lib-removed.txt diff --git a/non-updatable-api/removed.txt b/core/api/removed.txt similarity index 100% rename from non-updatable-api/removed.txt rename to core/api/removed.txt diff --git a/non-updatable-api/system-current.txt b/core/api/system-current.txt similarity index 100% rename from non-updatable-api/system-current.txt rename to core/api/system-current.txt diff --git a/non-updatable-api/system-lint-baseline.txt b/core/api/system-lint-baseline.txt similarity index 100% rename from non-updatable-api/system-lint-baseline.txt rename to core/api/system-lint-baseline.txt diff --git a/non-updatable-api/system-removed.txt b/core/api/system-removed.txt similarity index 100% rename from non-updatable-api/system-removed.txt rename to core/api/system-removed.txt