Lines Matching refs:target_owner
22 while read target_owner
24 cat > $target_owner/staging/device-partial.mk << EOF
40 echo -n "# " >> $target_owner/staging/device-partial.mk
41 case $target_owner in
43 echo -n Broadcom >> $target_owner/staging/device-partial.mk
46 echo -n LGE >> $target_owner/staging/device-partial.mk
49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Hammerhead hardware" >> $target_owner/staging/device-partial.mk
53 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
55 echo " $target_owner)" >> extract-lists.txt
77 if test "$auto_owner" = "$target_owner" -a $file != system/app/shutdownlistener.apk -a $file != system/app/TimeService.apk
81 echo " vendor/$target_owner/hammerhead/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
87 echo >> $target_owner/staging/device-partial.mk
88 if test $target_owner = qcom
90 true ; #echo PRODUCT_PACKAGES := libacdbloader >> $target_owner/staging/device-partial.mk