Skip to content
Snippets Groups Projects
Commit c029e27a authored by Zak Cohen's avatar Zak Cohen Committed by Android (Google) Code Review
Browse files

Merge "Update script - correct the out directory variable."

parents 73bc1e84 b86d82e0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
NUM_ARGS=$#
JAR_DESTINATION="$1/prebuilts/framework_intermediates/quickstep/libs/sysui_shared.jar"
has_croot() {
declare -F croot > /dev/null
......@@ -25,7 +26,6 @@ main() {
pushd .
croot
mma -j16 SystemUISharedLib
JAR_DESTINATION="$1/prebuilts/framework_intermediates/quickstep/libs/sysui_shared.jar"
cp out/target/product/$TARGET_PRODUCT/obj/JAVA_LIBRARIES/SystemUISharedLib_intermediates/javalib.jar $JAR_DESTINATION
popd
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment