Fix makefile generation for apk targets

* I don't even know

Change-Id: I173566d54e0088b273f6747b5b7e8455cd04d0bb
Signed-off-by: Paul Keith <javelinanddart@bestas.gr>
This commit is contained in:
Paul Keith
2017-04-09 09:56:20 -05:00
parent a3b57cd6a0
commit 14adee926b
8 changed files with 30 additions and 30 deletions

View File

@@ -21,7 +21,7 @@ ifneq ($(filter arm64,$(TARGET_ARCH)),)
include $(CLEAR_VARS)
LOCAL_MODULE := PrebuiltGmsCore
LOCAL_MODULE_OWNER := gapps
LOCAL_SRC_FILES := proprietary/PrebuiltGmsCore/PrebuiltGmsCore.apk
LOCAL_SRC_FILES := proprietary/priv-app/PrebuiltGmsCore/PrebuiltGmsCore.apk
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := APPS