am 28a18175
: Don\'t use .. to reference the target file.
* commit '28a181759079c34f8776f98f553e56554b527069': Don't use .. to reference the target file.
This commit is contained in:
commit
0fb728b65a
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ $(INSTALLED_PLATFORM_ZIP) : $(INTERNAL_SYSTEMIMAGE_FILES)
|
|||
$(TARGET_COPY_OUT_SYSTEM) \
|
||||
$(patsubst $(PRODUCT_OUT)/%, %, $(TARGET_OUT_NOTICE_FILES))
|
||||
ifeq (true,$(PLATFORM_ZIP_ADD_JAVA))
|
||||
$(hide) cd $(OUT_DIR) && zip -qry ../$(INSTALLED_PLATFORM_ZIP) $(PDK_PLATFORM_JAVA_ZIP_CONTENTS)
|
||||
$(hide) cd $(OUT_DIR) && zip -qry $(patsubst $(OUT_DIR)/%,%,$@) $(PDK_PLATFORM_JAVA_ZIP_CONTENTS)
|
||||
endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue