Make change and version bump to QQ1A.190731.001

Change-Id: I2dbd8b6ff5347ab8068eb319ba58fe4caced01c7
This commit is contained in:
android-build-team Robot 2019-07-31 03:02:35 +00:00
commit 96e5f1c05c
2 changed files with 2 additions and 2 deletions

View file

@ -3655,7 +3655,7 @@ OTATOOLS_DEPS := \
ifneq (,$(wildcard device))
OTATOOLS_DEPS += \
$(sort $(shell find device $(wildcard vendor) -type f -name "*.pk8" -o -name "verifiedboot*" -o \
-name "*.x509.pem" -o -name "oem*.prop"))
-name "*.pem" -o -name "oem*.prop" -o -name "*.avbpubkey"))
endif
ifneq (,$(wildcard external/avb))
OTATOOLS_DEPS += \

View file

@ -18,4 +18,4 @@
# (like "CRB01"). It must be a single word, and is
# capitalized by convention.
BUILD_ID=QQ1A.190730.001
BUILD_ID=QQ1A.190731.001