Commit f89e4d7c authored by Evan W. Patton's avatar Evan W. Patton Committed by Jeffrey Schiller

Add missing extension to emulator build to allow package installation

Change-Id: I004e2beda3cd26a1f25e19f38370cca4f2f1fbf5
parent ebd32db7
...@@ -268,6 +268,8 @@ ...@@ -268,6 +268,8 @@
<arg value="--isForCompanion" /> <arg value="--isForCompanion" />
<arg value="--isForEmulator" /> <arg value="--isForEmulator" />
<arg value="--includeDangerousPermissions" /> <arg value="--includeDangerousPermissions" />
<arg value="--extensions" />
<arg value="edu.mit.appinventor.companionextras.CompanionExtras" />
<arg value="--outputDir" /> <arg value="--outputDir" />
<arg value="${public.build.dir}" /> <arg value="${public.build.dir}" />
<arg value="--outputFileName" /> <arg value="--outputFileName" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment