mirror of
https://github.com/CTCaer/android_device_semc_urushi.git
synced 2024-11-27 03:30:35 +00:00
semc_urushi: updated device with latest changes
This commit is contained in:
parent
3788a51b07
commit
32693902ec
@ -26,9 +26,10 @@ MAKEFILE=../../../$OUTDIR/$DEVICE-vendor-blobs.mk
|
||||
PRODUCT_COPY_FILES := \\
|
||||
$OUTDIR/proprietary/lib/libaudioalsa.so:obj/lib/libaudioalsa.so
|
||||
|
||||
PRODUCT_COPY_FILES := \\
|
||||
PRODUCT_COPY_FILES += \\
|
||||
EOF
|
||||
|
||||
|
||||
LINEEND=" \\"
|
||||
COUNT=`cat proprietary-files.txt | grep -v ^# | grep -v ^$ | wc -l | awk {'print $1'}`
|
||||
for FILE in `cat proprietary-files.txt | grep -v ^# | grep -v ^$`; do
|
||||
|
Loading…
Reference in New Issue
Block a user