commit | 7f51107ee6a7666cbb7d7340c7e08655e767a9a2 | [log] [tgz] |
---|---|---|
author | Martin Stjernholm <mast@google.com> | Mon Oct 12 15:10:36 2020 +0100 |
committer | Martin Stjernholm <mast@google.com> | Wed Oct 21 15:41:02 2020 +0100 |
tree | 83644370c660f1d8052b4e49ede715e4a9c9dd30 | |
parent | 7020ca00e5d7049a9af1cd212d9a5744b7ed14d1 [diff] [blame] |
Rename ART release APEX to com.android.art. Test: See https://r.android.com/1457217 Bug: 169639321 Change-Id: I6800c7a382486b4e50945cc8b789f4be16482fe6 Merged-In: I6800c7a382486b4e50945cc8b789f4be16482fe6
diff --git a/scripts/build-mainline-modules.sh b/scripts/build-mainline-modules.sh index c5ec8d1..b8dd7aa 100755 --- a/scripts/build-mainline-modules.sh +++ b/scripts/build-mainline-modules.sh
@@ -3,13 +3,13 @@ # Non exhaustive list of modules where we want prebuilts. More can be added as # needed. MAINLINE_MODULES=( + com.android.art com.android.art.debug - com.android.art.release com.android.art.testing com.android.conscrypt + com.android.i18n com.android.runtime com.android.tzdata - com.android.i18n ) # List of SDKs and module exports we know of.