Merge branch 'readonly-p4-master'

This commit is contained in:
Doug Zongker 2009-04-02 10:21:16 -07:00 committed by The Android Open Source Project
commit d9290f2a0f
1 changed files with 5 additions and 0 deletions

View File

@ -775,6 +775,11 @@ endif
.PHONY: otapackage
otapackage: $(INTERNAL_OTA_PACKAGE_TARGET)
# Keys authorized to sign OTA packages this build will accept. The
# build always uses test-keys for this; release packaging tools will
# substitute other keys for this one.
OTA_PUBLIC_KEYS := $(SRC_TARGET_DIR)/product/security/testkey.x509.pem
# Build a keystore with the authorized keys in it.
# java/android/android/server/checkin/UpdateVerifier.java uses this.
ALL_DEFAULT_INSTALLED_MODULES += $(TARGET_OUT_ETC)/security/otacerts.zip