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

9 lines
212 B
Makefile
Raw Permalink Normal View History

2025-08-25 08:12:20 +08:00
LOCAL_PATH := .
include $(CLEAR_VARS)
include $(GAPPS_CLEAR_VARS)
LOCAL_MODULE := CarrierServices
LOCAL_PACKAGE_NAME := com.google.android.ims
LOCAL_PRIVILEGED_MODULE := true
include $(BUILD_GAPPS_PREBUILT_APK)