8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
LOCAL_PATH := .
|
||
|
include $(CLEAR_VARS)
|
||
|
include $(GAPPS_CLEAR_VARS)
|
||
|
LOCAL_MODULE := NoTouchAuthDelegate
|
||
|
LOCAL_PACKAGE_NAME := com.google.android.gsf.notouch
|
||
|
|
||
|
include $(BUILD_GAPPS_PREBUILT_APK)
|