OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_owner
(Results
1 - 4
of
4
) sorted by null
/device/lge/mako/self-extractors/
files-by-owner.sh
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 Mako hardware" >> $
target_owner
/staging/device-partial.mk
53
echo "PRODUCT_COPY_FILES := \\" >> $
target_owner
/staging/device-partial.mk
55
echo " $
target_owner
)" >> extract-lists.tx
[
all
...]
/device/lge/hammerhead/self-extractors/
files-by-owner.sh
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.tx
[
all
...]
/device/asus/deb/self-extractors/
files-by-owner.sh
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 Deb hardware" >> $
target_owner
/staging/device-partial.mk
53
echo "PRODUCT_COPY_FILES := \\" >> $
target_owner
/staging/device-partial.mk
55
echo " $
target_owner
)" >> extract-lists.tx
[
all
...]
/device/asus/flo/self-extractors/
files-by-owner.sh
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.tx
[
all
...]
Completed in 486 milliseconds