Home
last modified time | relevance | path

Searched refs:target_owner (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/self-extractors/
Dfiles-by-owner.sh22 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
[all …]
/device/moto/shamu/self-extractors/
Dfiles-by-owner.sh22 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 Broadcom >> $target_owner/staging/device-partial.mk
47 echo -n Motorola >> $target_owner/staging/device-partial.mk
50 echo -n Qualcomm >> $target_owner/staging/device-partial.mk
53 echo " blob(s) necessary for Shamu hardware" >> $target_owner/staging/device-partial.mk
54 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
[all …]
/device/google/dragon/self-extractors/
Dfiles-by-owner.sh22 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 Nvidia >> $target_owner/staging/device-partial.mk
47 echo -n Google >> $target_owner/staging/device-partial.mk
50 echo " blob(s) necessary for Dragon hardware" >> $target_owner/staging/device-partial.mk
51 echo "PRODUCT_COPY_FILES := \\" >> $target_owner/staging/device-partial.mk
53 echo " $target_owner)" >> extract-lists.txt
[all …]