summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-08 17:12:18 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-08 17:12:18 -0700
commit4ef116726feff12ee0a9852ffc08aeaff37fae10 (patch)
tree47d4e289b9be392d3f704cdd557568cc8703045f
parent1b83f686812107b563dda2db2b76408140bc3765 (diff)
downloaddevice_common-4ef116726feff12ee0a9852ffc08aeaff37fae10.zip
device_common-4ef116726feff12ee0a9852ffc08aeaff37fae10.tar.gz
device_common-4ef116726feff12ee0a9852ffc08aeaff37fae10.tar.bz2
Don't copy the apks with PRODUCT_COPY_FILES
Change-Id: I59dc12d3bf30f08e86824acb593f6aae827a779d
-rwxr-xr-xgenerate-blob-scripts.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/generate-blob-scripts.sh b/generate-blob-scripts.sh
index cb5443c..e469612 100755
--- a/generate-blob-scripts.sh
+++ b/generate-blob-scripts.sh
@@ -168,6 +168,7 @@ do
FOUND=false
diff $ARCHIVEDIR/$DEVICENAME-without.txt $ARCHIVEDIR/$DEVICENAME-with.txt |
grep -v '\.odex$' |
+ grep -v '\.apk$' |
grep '>' |
cut -b 3- |
while read FULLPATH