From 665eb3985cd97820e45b63e723973079334acc44 Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Mon, 12 Jun 2017 20:25:57 +0200 Subject: sign-build: detect n7000 Signed-off-by: Wolfgang Wiedmeyer --- sign-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3