diff options
author | 2021-09-26 07:09:40 +0000 | |
---|---|---|
committer | 2021-10-01 03:31:14 +0000 | |
commit | 28b18b128a4576cd77366c81ed46323349b5b83c (patch) | |
tree | 13d9c75b0ec4c38e646870414acdb2d128f1f529 | |
parent | 6221e67f136c5d766273029b0175f42de80eaaf3 (diff) |
Add "art-systemserverclasspath-fragment" to ART SDK.
After this change, a prebuilt "art-systemserverclasspath-fragment" will
be generated when a new SDK is built.
Bug: 194150908
Test: m out/soong/.intermediates/art/build/sdk/art-module-sdk/common_os/snapshot/Android.bp
Change-Id: Ice39ad509702fe2c129f9e6782cc2b054ffe389d
-rw-r--r-- | build/sdk/Android.bp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/build/sdk/Android.bp b/build/sdk/Android.bp index a777c6b347..50a7db7eba 100644 --- a/build/sdk/Android.bp +++ b/build/sdk/Android.bp @@ -98,6 +98,10 @@ art_module_sdk { "art-bootclasspath-fragment", ], + systemserverclasspath_fragments: [ + "art-systemserverclasspath-fragment", + ], + compat_configs: [ "libcore-platform-compat-config", ], @@ -122,7 +126,6 @@ art_module_sdk { java_sdk_libs: [ "art.module.public.api", - "service-art", ], java_system_modules: [ |