diff options
author | 2023-08-12 01:31:26 +0000 | |
---|---|---|
committer | 2023-10-23 15:17:43 +0000 | |
commit | e35b1384812f82f2c7a75494c83b96c9b39e3c46 (patch) | |
tree | e6672f036e13adf10d06c66a97b0fa80607abf23 /api/api.go | |
parent | 7d0b6b0e9da0d8fc60a43756ea6918fe7cbaeedb (diff) |
SdkTestCore for non-updatable modules
Provides SdkTestCore/test_core_current sdk_version for non-updatable
modules that have their test scope dependent on test apis from
framework-minus-apex.
Ignore-AOSP-First: Change in topic with internal-first projects
Bug: 289776578
Test: m checkapi
Merged-In: I855346c01bb609e81b14dbdc13330315badc339e
Change-Id: I855346c01bb609e81b14dbdc13330315badc339e
Diffstat (limited to 'api/api.go')
-rw-r--r-- | api/api.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/api.go b/api/api.go index 692d38fe21a2..738cf3ae5293 100644 --- a/api/api.go +++ b/api/api.go @@ -393,6 +393,7 @@ func createFullApiLibraries(ctx android.LoadHookContext) { "android_stubs_current", "android_system_stubs_current", "android_test_stubs_current", + "android_test_frameworks_core_stubs_current", "android_module_lib_stubs_current", "android_system_server_stubs_current", } |