sign-build: detect n7000

Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
This commit is contained in:
Wolfgang Wiedmeyer 2017-06-12 20:25:57 +02:00
parent ec44b9092c
commit 665eb3985c
No known key found for this signature in database
GPG Key ID: 5816A24C10757FC4
1 changed files with 1 additions and 1 deletions

View File

@ -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 \