Skip to content

Commit b118534

Browse files
committed
Support a new libndk_translation repo
This is for a prebuilt repo
1 parent b5e784e commit b118534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

BoardConfig.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ ifeq ($(ANDROID_USE_INTEL_HOUDINI),true)
2424
include vendor/intel/proprietary/houdini/board/native_bridge_arm_on_x86.mk
2525
endif
2626

27+
ifeq ($(ANDROID_USE_NDK_TRANSLATION),true)
28+
include vendor/google/proprietary/ndk_translation-prebuilt/board/native_bridge_arm_on_x86.mk
29+
endif
30+
2731
TARGET_CPU_ABI_LIST_64_BIT := $(TARGET_CPU_ABI) $(NATIVE_BRIDGE_ABI_LIST_64_BIT)
2832
TARGET_CPU_ABI_LIST_32_BIT := $(TARGET_2ND_CPU_ABI) $(NATIVE_BRIDGE_ABI_LIST_32_BIT)
2933
TARGET_CPU_ABI_LIST := $(TARGET_CPU_ABI) $(TARGET_2ND_CPU_ABI) $(NATIVE_BRIDGE_ABI_LIST_32_BIT) $(NATIVE_BRIDGE_ABI_LIST_64_BIT)

0 commit comments

Comments
 (0)