Lines Matching refs:partial
25 cat > $target_owner/staging/device-partial.mk << EOF
41 echo -n "# " >> $target_owner/staging/device-partial.mk
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 " blob(s) necessary for Fugu hardware" >> $target_owner/staging/device-partial.mk
57 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
93 …prietary/lib64/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
96 …prietary/armnb/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
98 …gu/proprietary/$(basename $file):$file:$target_owner \\" >> $target_owner/staging/device-partial.mk
105 echo >> $target_owner/staging/device-partial.mk