vendor/opengapps/build/modules/TrichromeLibrary/Android.mk

12 lines
298 B
Makefile

ifneq ($(filter 29,$(call get-allowed-api-levels)),)
LOCAL_PATH := .
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := TrichromeLibraryGoogle
LOCAL_PACKAGE_NAME := com.google.android.trichromelibrary
LOCAL_DEX_PREOPT := false
include $(BUILD_GAPPS_PREBUILT_APK)
endif # API >= 29