Skip to content

Commit

Permalink
vendor: simplify vendorsetup
Browse files Browse the repository at this point in the history
Change-Id: I7a7d43a0ce3a8cfa0171bcfecf601a0d243f3fc9
Signed-off-by: Akhil Narang <akhil.narang@protonmail.com>
  • Loading branch information
Akhil Narang authored and zeeshanhussain committed Feb 2, 2016
1 parent d9c5742 commit 27af5e2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
11 changes: 11 additions & 0 deletions aokp.devices
@@ -0,0 +1,11 @@
angler
bacon
bullhead
condor
falcon
flo
hammerhead
hammerheadcaf
mako
m8
oneplus2
13 changes: 4 additions & 9 deletions vendorsetup.sh
@@ -1,9 +1,4 @@
add_lunch_combo aokp_angler-userdebug
add_lunch_combo aokp_bacon-userdebug
add_lunch_combo aokp_bullhead-userdebug
add_lunch_combo aokp_flo-userdebug
add_lunch_combo aokp_hammerhead-userdebug
add_lunch_combo aokp_hammerheadcaf-userdebug
add_lunch_combo aosp_mako-userdebug
add_lunch_combo aokp_m8-userdebug
add_lunch_combo aokp_oneplus2-userdebug
for device in $(cat vendor/aokp/aokp.devices)
do
add_lunch_combo aokp_$device-userdebug
done

0 comments on commit 27af5e2

Please sign in to comment.