projects
/
GitHub
/
LineageOS
/
G12
/
android_device_google_beast.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06a8e8a
)
beast: 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:36:32 +0000
(18:36 -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_beast.mk
patch
|
blob
|
blame
|
history
diff --git
a/lineage_beast.mk
b/lineage_beast.mk
index 7d757bc7a2b9cf89ce2d58f98e7af303a9d9ab94..f3aeb1efcbdcc8962d6f6a5657bf74c89e69b9da 100644
(file)
--- a/
lineage_beast.mk
+++ b/
lineage_beast.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)