aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-12 20:25:57 +0200
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2017-06-12 20:25:57 +0200
commit665eb3985cd97820e45b63e723973079334acc44 (patch)
treef176f6e8ac4291ef15cdf058b923fa67d0d9db11
parentec44b9092c89247c310743bb78c94c5adfa23caf (diff)
downloadvendor_replicant-665eb3985cd97820e45b63e723973079334acc44.tar.gz
vendor_replicant-665eb3985cd97820e45b63e723973079334acc44.tar.bz2
vendor_replicant-665eb3985cd97820e45b63e723973079334acc44.zip
sign-build: detect n7000
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-xsign-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/sign-build b/sign-build
index 2d7d6fa4..fed4a543 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 \