11 lines
269 B
Makefile
11 lines
269 B
Makefile
|
LOCAL_PATH := .
|
||
|
include $(CLEAR_VARS)
|
||
|
include $(GAPPS_CLEAR_VARS)
|
||
|
LOCAL_MODULE := GoogleExtShared
|
||
|
LOCAL_PACKAGE_NAME := com.google.android.ext.shared
|
||
|
|
||
|
GAPPS_LOCAL_OVERRIDES_MIN_VARIANT :=
|
||
|
GAPPS_LOCAL_OVERRIDES_PACKAGES := ExtShared
|
||
|
|
||
|
include $(BUILD_GAPPS_PREBUILT_APK)
|