Commit 8a9017d7 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Improve generation of lists of proprietary blobs.

Dynamically determine the list of devices.
Skip code that doesn't build.

Bug: 8596923
Bug: 8608278
Change-Id: I8cb334cb4d16555fe0cb8f802d09169b3996e562
parent af1d81e4
......@@ -42,11 +42,7 @@ then
fi
shift
DEVICES="maguro toro toroplus panda grouper tilapia manta mako"
# Start experimental devices
DEVICES="$DEVICES"
# End experimental devices
DEVICES=$(for i in device/*/*/proprietary-blobs.txt ; do basename $(dirname $i) ; done)
export LC_ALL=C
......@@ -72,6 +68,7 @@ else
sort -f > $ARCHIVEDIR/$DEVICENAME-with.txt
done
rm -rf vendor
rm -rf hardware/qcom/gps
for DEVICENAME in $DEVICES
do
rm -rf out
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment