Commit Graph

57 Commits

Author SHA1 Message Date
Demon000
c906100e46 sm6250-common: specify rules for audio policy
USE_CUSTOM_AUDIO_POLICY guards out the AOSP audio policy,
while guarding in the CAF audio policy.
USE_XML_AUDIO_POLICY_CONF specifies the use of .xml files
for audio policy.
2020-07-06 04:47:59 +03:00
Demon000
d69d4c2fe8 sm6250-common: remove buildvariant cmdline argument 2020-07-06 04:47:59 +03:00
Demon000
77baa3fc08 sm6250-common: define kernel rules
Extracted from imginfo of mkboot.

TODO: cleanup cmdline arguments
2020-07-06 04:47:59 +03:00
Demon000
a5381b36e1 sm6250-common: define no bootloader rule
This guards out inclusion of bootloader.
2020-07-05 15:51:52 +03:00
Demon000
8b64e910c9 sm6250-common: define board platform rule
Taken from
https://source.codeaurora.org/quic/la/platform/vendor/qcom/atoll/tree/BoardConfig.mk?h=LA.UM.8.9.r1-09500-SM6xx.0#n6

Can be cross-checked with the following prop
ro.board.platform
2020-07-05 15:51:26 +03:00
Demon000
b673c729d3 sm6250-common: define architecture rules
Taken from
https://source.codeaurora.org/quic/la/platform/vendor/qcom/atoll/tree/BoardConfig.mk?h=LA.UM.8.9.r1-09500-SM6xx.0#n11.
2020-07-05 15:37:59 +03:00
Demon000
b9f6f98d99 sm6250-common: specify common path
This path will be used later when including files relative to
this directory.
2020-07-05 15:25:37 +03:00