projects
/
GitHub
/
LineageOS
/
G12
/
android_device_hardkernel_odroidc4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27953f9
)
odroidc4: 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:34:24 +0000
(18:34 -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_odroidc4.mk
patch
|
blob
|
blame
|
history
diff --git
a/lineage_odroidc4.mk
b/lineage_odroidc4.mk
index 2daaf5e72793b30adc62ba98197fe1007ba8d40f..5cb65d1e105beafbf72f615a25321209951e965a 100644
(file)
--- a/
lineage_odroidc4.mk
+++ b/
lineage_odroidc4.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)