projects
/
GitHub
/
LineageOS
/
G12
/
android_device_bananapi_m5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac182f1
)
m5: Set PRODUCT_IS_ATV
author
Bruno Martins
<bgcngm@gmail.com>
Sun, 3 Mar 2024 15:27:26 +0000
(15:27 +0000)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Fri, 17 May 2024 22:35:02 +0000
(18:35 -0400)
Despite being already set by Google in device/google/atv/products/atv_system.mk,
it isn't available in time to be used in common product makefiles
further down in the chain.
Change-Id: Ic0a87eeb98902fc08dd3c8edd202c634b1f3eb49
lineage_m5.mk
patch
|
blob
|
blame
|
history
diff --git
a/lineage_m5.mk
b/lineage_m5.mk
index 6f2832a96ff7693e497e8c6325c24ca4c5460215..b0b2b9193353cac1eb3e0b80314b2ce823e0f042 100644
(file)
--- a/
lineage_m5.mk
+++ b/
lineage_m5.mk
@@
-4,6
+4,9
@@
# SPDX-License-Identifier: Apache-2.0
#
+# Not set in time to check, so set before everything else
+PRODUCT_IS_ATV := true
+
# Inherit some common AOSP stuff
$(call inherit-product, device/google/atv/products/atv_base.mk)