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
diff --git a/build/update-art-module-prebuilts.py b/build/update-art-module-prebuilts.py
index b2f4d35..1e4ca35 100755
--- a/build/update-art-module-prebuilts.py
+++ b/build/update-art-module-prebuilts.py
@@ -35,7 +35,7 @@
 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"