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

12 lines
298 B
Makefile
Raw Normal View History

2025-08-25 08:12:20 +08:00
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