aboutsummaryrefslogtreecommitdiffhomepage
path: root/platform_tools/android/bin/android_build_app
diff options
context:
space:
mode:
Diffstat (limited to 'platform_tools/android/bin/android_build_app')
-rwxr-xr-xplatform_tools/android/bin/android_build_app1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform_tools/android/bin/android_build_app b/platform_tools/android/bin/android_build_app
index 732ed04f10..e650e10feb 100755
--- a/platform_tools/android/bin/android_build_app
+++ b/platform_tools/android/bin/android_build_app
@@ -48,6 +48,7 @@ except subprocess.CalledProcessError as error:
# copy apk back into the main out directory
current_dir = os.path.dirname(__file__)
apk_src = os.path.join(current_dir, "..", "apps", args.app_name, "build", "outputs", "apk",
+ target_cpu, android_buildtype,
args.app_name + "-" + target_cpu + "-" + android_buildtype + ".apk")
apk_dst = os.path.join(args.output_dir, args.app_name + ".apk")
shutil.copyfile(apk_src, apk_dst)