commit | 0ac8e1a84458c33986292f34506ec0480cf1e955 | [log] [tgz] |
---|---|---|
author | Anthony King <anthonydking@slimroms.net> | Fri May 01 00:00:37 2015 +0100 |
committer | Jackeagle <jackeagle102@gmail.com> | Thu Sep 28 14:34:55 2017 -0400 |
tree | 8c36d20818402deb4ba58bd1cbe00fed0f921eda | |
parent | c13d6d4cf54ba15fb9160acd487ed78292519fe9 [diff] [blame] |
[SQUASH]vendor: bliss: Initial envsetup change how device combos are added device names are now added to bliss.devices. A custom device list file can be used by calling: bliss_device_combos "path/custom.devices" A custom variant can be used by calling: bliss_device_combos "eng" Both can be used by calling: bliss_device_combos "path/custom.devices" "eng" setting either of these overwrites the default values This also introduces the start of our vendor envsetup Change-Id: I12ddf088a1377233640c359dc2f4fb305018052e bliss: envsetup: force all variables to be local Change-Id: Iae29d0c8f5e116a102f2942d198ed9c036fb8068 bliss: envsetup: add an append method for hmm We know these entries won't be in, so directly append them Change-Id: Ia37364e4ea92559e2c83aa2feb6d6b314906d309 bliss: envsetup: add new entries for hmm Change-Id: I6e0f8f7704add80473bb2ec8638486035aa50fed bliss: envsetup: extend hmm display vendor specific functions Change-Id: I3c0a4590ccff2cc88d45fa6abe7275b94167f021 bliss: envsetup: force variable in device_combos to be local 'read' is causing the device variable to become global, which is messing with people's scripts. force it to be local Change-Id: If9a15cb51c353d8c8297fca43baf3735dc7804d7 bliss: envsetup: add bliss_push command This assumes you have an ssh entry called 'bliss_review' You can also enter the path relative to build_top Change-Id: I4f7243f72f4a2c9474b77bb9597c3cbb2ebf392d bliss: envsetup: update the remote functions general cleanups, better git detection Change-Id: Ib2567c1c863661e716569fad4bbbb47f94d40311 bliss: envsetup: move remotes to vendor Change-Id: Ifc72ab35059be184661b139ec3accb72447de728 bliss: envsetup: add method for extending hmm descriptions This will replace or add an entry in the hmm descriptions, allowing us to cleanly extend hmm Change-Id: I6f79b83e95382cd839bcc587d022b81084febf9b bliss: envsetup: add rename function this will rename a previously declare function so we can override the original name in envsetup, while still being able to use the original function Change-Id: I0846a4129eb373d67c7f2861017b340c39e64c63
diff --git a/vendorsetup.sh b/vendorsetup.sh index 93e98de..24a9628 100644 --- a/vendorsetup.sh +++ b/vendorsetup.sh
@@ -1,4 +1,3 @@ -for combo in $(cat vendor/bliss/bliss-device-targets) -do - add_lunch_combo $combo -done +. "$(gettop)/vendor/bliss/build/envsetup.sh" + +bliss_device_combos