Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion modules/TrichromeLibrary/Android.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ifneq ($(filter 29,$(call get-allowed-api-levels)),)
ifneq ($(TARGET_ARCH),arm)

LOCAL_PATH := .
include $(CLEAR_VARS)
Expand All @@ -7,5 +8,5 @@ LOCAL_MODULE := TrichromeLibraryGoogle
LOCAL_PACKAGE_NAME := com.google.android.trichromelibrary

include $(BUILD_GAPPS_PREBUILT_APK)

endif #arm
endif # API >= 29