Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0408a6e1 authored by Vic Yang's avatar Vic Yang
Browse files

Set TARGET_VNDK_USE_CORE_VARIANT for Go devices

Bug: 119423884
Test: Build a Go device, boot, and check ld.config.txt.
Change-Id: Id996b7b77991ee3db184c780f5822f231426f508
parent c271afeb
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -57,3 +57,6 @@ TARGET_SYSTEM_PROP += \
# use the go specific handheld_core_hardware.xml from frameworks
PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/go_handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml

# Dedupe VNDK libraries with identical core variants.
TARGET_VNDK_USE_CORE_VARIANT := true