commit | b8ac142535fb17d27e1a91f6a686590780002340 | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Sat Aug 25 11:10:25 2018 -0700 |
committer | Bruno Martins <bgcngm@gmail.com> | Mon Sep 03 22:30:59 2018 +0100 |
tree | 4ce413fa97b2d19489ac65ea86f1dcfdc67822e7 | |
parent | d1ec4b453cfd84566e3b8f22088b636006b0e593 [diff] |
lineage: Move QC board variables earlier These variables are usually set in a device's BoardConfig, setting them in qcom_target is at the very end of the "configuration process" which results in them being unavailable to plenty of other configuration "things" (ex. soong namespaces or soong config). Move them to right after a device's BoardConfig has been found and loaded. Change-Id: Iddd731202d22ed3f8eb010197ce20d3c75a1f40a