diff options
author | 2023-08-15 21:47:24 +0000 | |
---|---|---|
committer | 2023-08-15 21:47:24 +0000 | |
commit | 686d6958846df7c6b961bb576fbd882f57258205 (patch) | |
tree | cfc817d99f8496c82218e92948564378e7454620 /api/api.go | |
parent | de3556706999127960735e598bccfdf8590cf535 (diff) | |
parent | b03c1fcdc16918f847dc122f7789a1071e50dbee (diff) |
Merge "SdkTestCore for non-updatable modules" into main
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 e09be03cd51d..d5c6145ba062 100644 --- a/api/api.go +++ b/api/api.go @@ -370,6 +370,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", } |