Home | History | Annotate | Download | only in self-extractors

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 Asus >> $target_owner/staging/device-partial.mk
46 echo -n Broadcom >> $target_owner/staging/device-partial.mk
49 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
52 echo " blob(s) necessary for Flo 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"
81 echo " vendor/$target_owner/flo/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 echo PRODUCT_PACKAGES := libacdbloader tzapps.mdt >> $target_owner/staging/device-partial.mk