Lines Matching refs:target_owner
22 while read target_owner
24 mkdir -p $target_owner/staging
25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
42 case $target_owner in
44 echo -n Asus >> $target_owner/staging/device-partial.mk
47 echo -n Broadcom >> $target_owner/staging/device-partial.mk
50 echo -n Google >> $target_owner/staging/device-partial.mk
53 echo -n Intel >> $target_owner/staging/device-partial.mk
56 echo -n Widevine >> $target_owner/staging/device-partial.mk
59 echo " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk
60 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
62 echo " $target_owner)" >> extract-lists.txt
84 if test "$auto_owner" = "$target_owner" -a $file != system/app/shutdownlistener.apk -a $file != sys…
96 …echo " vendor/$target_owner/fugu/proprietary/lib64/$(basename $file):$file:$target_owner \\" >>…
99 …echo " vendor/$target_owner/fugu/proprietary/armnb/$(basename $file):$file:$target_owner \\" >>…
101 …echo " vendor/$target_owner/fugu/proprietary/$(basename $file):$file:$target_owner \\" >> $targ…
108 echo >> $target_owner/staging/device-partial.mk
109 if test $target_owner = qcom