commit | c3a78dfa22f357a9f694dccae5d9c06f5cd65243 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu Oct 03 02:17:48 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 03 02:17:48 2024 +0000 |
tree | 5ee96f5b2a8e2c4323211da91ce6979901f322b8 | |
parent | 8071a0e840acdb452d11a4b493441af03354a9b8 [diff] | |
parent | a153f5f956cae54e0b50437b01847cc227259396 [diff] |
Merge "Mark service-compos as system_ext_specific" into main
diff --git a/libs/service-compos/Android.bp b/libs/service-compos/Android.bp index 3dcf8be..053680c 100644 --- a/libs/service-compos/Android.bp +++ b/libs/service-compos/Android.bp
@@ -37,4 +37,7 @@ libs: ["services"], sdk_version: "", installable: true, + + // The dexpreopt artifacts of service-compos will be installed in /system_ext + system_ext_specific: true, }