summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsign-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sign-build b/sign-build
index 2d7d6fa..fed4a54 100755
--- a/sign-build
+++ b/sign-build
@@ -102,7 +102,7 @@ mkdir -p $DIST_OUT_DIR
# -o option replaces the test keys with the created ones
# -p makes sure the script finds signapk.jar
-if [ "$DEVICE" = "i9100" ]
+if [ "$DEVICE" = "i9100" ] || [ "$DEVICE" = "n7000" ]
then
python $BASEDIR/device/samsung/galaxys2-common/releasetools/galaxys2_sign_target_files_apks \
-s device/samsung/galaxys2-common/releasetools/extensions/releasetools.py \