From fa8e2a6f0f8c71031bbbd8aeebfbdf09af23024d Mon Sep 17 00:00:00 2001 From: root-intruder <58737722+root-intruder@users.noreply.github.com> Date: Thu, 22 Oct 2020 12:19:31 +0200 Subject: [PATCH] ignore trichromeLibrary since it doesn't extist for arm --- modules/TrichromeLibrary/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/TrichromeLibrary/Android.mk b/modules/TrichromeLibrary/Android.mk index 0f243e4..9419af4 100644 --- a/modules/TrichromeLibrary/Android.mk +++ b/modules/TrichromeLibrary/Android.mk @@ -1,4 +1,5 @@ ifneq ($(filter 29,$(call get-allowed-api-levels)),) +ifneq ($(TARGET_ARCH),arm) LOCAL_PATH := . include $(CLEAR_VARS) @@ -7,5 +8,5 @@ LOCAL_MODULE := TrichromeLibraryGoogle LOCAL_PACKAGE_NAME := com.google.android.trichromelibrary include $(BUILD_GAPPS_PREBUILT_APK) - +endif #arm endif # API >= 29