diff options
-rwxr-xr-x | generate-blob-lists.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generate-blob-lists.sh b/generate-blob-lists.sh index f1bcdd0..be18f27 100755 --- a/generate-blob-lists.sh +++ b/generate-blob-lists.sh @@ -60,7 +60,7 @@ else for DEVICENAME in $DEVICES do rm -rf out - lunch full_$DEVICENAME-user + lunch aosp_$DEVICENAME-user make -j32 cat out/target/product/$DEVICENAME/installed-files.txt | cut -b 15- | @@ -70,7 +70,7 @@ else for DEVICENAME in $DEVICES do rm -rf out - lunch full_$DEVICENAME-user + lunch aosp_$DEVICENAME-user make -j32 cat out/target/product/$DEVICENAME/installed-files.txt | cut -b 15- | |