gapps: Fix missing sed

* And regenerate makefiles
这个提交包含在:
Paul Keith
2018-02-11 01:13:14 +01:00
父节点 a4d54293ca
当前提交 171c65860e
修改 2 个文件,包含 3 行新增1 行删除

查看文件

@@ -16,7 +16,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter arm arm64 x86,$(TARGET_DEVICE)),)
ifneq ($(filter arm arm64 x86,$(TARGET_ARCH)),)
include $(CLEAR_VARS)
LOCAL_MODULE := GoogleCalendarSyncAdapter

查看文件

@@ -45,6 +45,8 @@ write_headers "arm arm64 x86"
# Common gapps
write_makefiles "$MY_DIR"/proprietary-files-common.txt
sed -i 's/TARGET_DEVICE/TARGET_ARCH/g' "$ANDROIDMK"
# We are done with common
write_footers