Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove some scripts #28

Open
wants to merge 1 commit into
base: marshmallow
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions util.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ usage:
@echo ">>> Other helper targets:"
@echo " make apktool-if - install the framework for apktool"
@echo " make verify - to check if any error in the makefile"
@echo " make verify-ota - to generate an ota for ota verification"
@echo " make out/xxxx.jar-phone - to make out a single jar file and push to phone"
@echo " make xxxx.apk.sign - to generate a xxxx.apk and sign/push to phone"
@echo " make clean-xxxx/make xxxx - just as make under android-build-top"
Expand Down Expand Up @@ -135,11 +134,6 @@ last_target_files.zip:
cp $(TARGET_OUT_DIR)/fullota.zip last_fullota.zip
make clean

verify-ota: last_target_files.zip fullota
$(TOOL_DIR)/releasetools/ota_from_target_files -k ../build/security/testkey -i last_target_files.zip $(TARGET_OUT_DIR)/target_files.zip $(TARGET_OUT_DIR)/ota_update.zip
@mv last_target_files.zip $(TARGET_OUT_DIR)
@mv last_fullota.zip $(TARGET_OUT_DIR)

# target for local ota package for local debug
# 1. the previous target_file.zip is built from zipfile-ota-base and
# the location for target zip file should be specified by local-previous-target-dir
Expand Down