diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-12 20:25:57 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2017-06-12 20:25:57 +0200 |
commit | 665eb3985cd97820e45b63e723973079334acc44 (patch) | |
tree | f176f6e8ac4291ef15cdf058b923fa67d0d9db11 | |
parent | ec44b9092c89247c310743bb78c94c5adfa23caf (diff) | |
download | vendor_replicant-665eb3985cd97820e45b63e723973079334acc44.zip vendor_replicant-665eb3985cd97820e45b63e723973079334acc44.tar.gz vendor_replicant-665eb3985cd97820e45b63e723973079334acc44.tar.bz2 |
sign-build: detect n7000
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rwxr-xr-x | sign-build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |