Skip to content

Commit 2e0dbcc

Browse files
committedJan 1, 2025
a53x: lineage_a53x.mk: Move TARGET_HAS_FOD to device.mk
1 parent ad2d00c commit 2e0dbcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎device.mk

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ $(call inherit-product, vendor/samsung/a53x/a53x-vendor.mk)
2424

2525
# Overlays
2626
DEVICE_PACKAGE_OVERLAYS += $(DEVICE_PATH)/overlay
27+
28+
# FOD
29+
TARGET_HAS_FOD := true

‎lineage_a53x.mk

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
# limitations under the License.
1515
#
1616

17-
# FOD
18-
TARGET_HAS_FOD := true
19-
2017
# Inherit device configuration
2118
$(call inherit-product, device/samsung/a53x/device.mk)
2219

0 commit comments

Comments
 (0)