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

19 lines
495 B
Makefile
Raw Normal View History

2025-08-25 08:12:20 +08:00
LOCAL_PATH := .
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := LatinImeGoogle
LOCAL_PACKAGE_NAME := com.google.android.inputmethod.latin
GAPPS_LOCAL_OVERRIDES_MIN_VARIANT :=
GAPPS_LOCAL_OVERRIDES_PACKAGES := LatinIME
LOCAL_REQUIRED_MODULES := libjni_latinimegoogle
include $(BUILD_GAPPS_PREBUILT_APK)
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := libjni_latinimegoogle
LOCAL_SHARED_LIBRARIES := libstdc++
include $(BUILD_GAPPS_PREBUILT_SHARED_LIBRARY)