8 lines
208 B
Makefile
8 lines
208 B
Makefile
|
LOCAL_PATH := .
|
||
|
include $(CLEAR_VARS)
|
||
|
include $(GAPPS_CLEAR_VARS)
|
||
|
LOCAL_MODULE := GoogleContactsSyncAdapter
|
||
|
LOCAL_PACKAGE_NAME := com.google.android.syncadapters.contacts
|
||
|
|
||
|
include $(BUILD_GAPPS_PREBUILT_APK)
|