diff options
| author | 2020-12-11 22:54:28 +0000 | |
|---|---|---|
| committer | 2020-12-14 17:18:42 +0000 | |
| commit | 99459f3bdd8d569ec7054920cbc32e6915d1e125 (patch) | |
| tree | dbc9678b542f178e0581bec5241ec0e29178d4d7 | |
| parent | 6d32723f7f2c319dff1f907f217454d11b8700f9 (diff) | |
Drop APEXes directly in the root of the ArtPrebuilt git project.
Test: art/build/update-art-module-prebuilts.py --local-dist=...
Bug: 172480615
Change-Id: I6f5ba43772b63f1f326f8c861c1f9da3921e1420
| -rwxr-xr-x | build/update-art-module-prebuilts.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/update-art-module-prebuilts.py b/build/update-art-module-prebuilts.py index b2f4d35065..1e4ca35ec8 100755 --- a/build/update-art-module-prebuilts.py +++ b/build/update-art-module-prebuilts.py @@ -35,7 +35,7 @@ TARGET = "aosp_art_module" ARCHES = ["arm", "arm64", "x86", "x86_64"] # Where to install the APEX packages -PACKAGE_PATH = "packages/modules/ArtPrebuilt/module" +PACKAGE_PATH = "packages/modules/ArtPrebuilt" # Where to install the SDKs and module exports SDK_PATH = "prebuilts/module_sdk/art" |