Stop using build/target -> build/make/target symlink
Instead, fully specify build/make/target/... everywhere Test: treehugger Change-Id: Idf89b2e6a0b777adbfb6370ea34f35faee6d4965
This commit is contained in:
@@ -325,7 +325,7 @@ endif
|
||||
# non-default dev keys (usually private keys from a vendor directory).
|
||||
# Both of these tags will be removed and replaced with "release-keys"
|
||||
# when the target-files is signed in a post-build step.
|
||||
ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/target/product/security/testkey)
|
||||
ifeq ($(DEFAULT_SYSTEM_DEV_CERTIFICATE),build/make/target/product/security/testkey)
|
||||
BUILD_KEYS := test-keys
|
||||
else
|
||||
BUILD_KEYS := dev-keys
|
||||
@@ -3586,7 +3586,7 @@ $(BUILT_OTATOOLS_PACKAGE): zip_root := $(call intermediates-dir-for,PACKAGING,ot
|
||||
|
||||
OTATOOLS_DEPS := \
|
||||
system/extras/ext4_utils/mke2fs.conf \
|
||||
$(sort $(shell find build/target/product/security -type f -name "*.x509.pem" -o -name "*.pk8" -o \
|
||||
$(sort $(shell find build/make/target/product/security -type f -name "*.x509.pem" -o -name "*.pk8" -o \
|
||||
-name verity_key))
|
||||
|
||||
ifneq (,$(wildcard device))
|
||||
|
@@ -105,7 +105,7 @@ ORIGINAL_MAKECMDGOALS := $(MAKECMDGOALS)
|
||||
|
||||
UNAME := $(shell uname -sm)
|
||||
|
||||
SRC_TARGET_DIR := $(TOPDIR)build/target
|
||||
SRC_TARGET_DIR := $(TOPDIR)build/make/target
|
||||
|
||||
# Some specific paths to tools
|
||||
SRC_DROIDDOC_DIR := $(TOPDIR)build/make/tools/droiddoc
|
||||
@@ -762,7 +762,7 @@ endif
|
||||
ifdef PRODUCT_DEFAULT_DEV_CERTIFICATE
|
||||
DEFAULT_SYSTEM_DEV_CERTIFICATE := $(PRODUCT_DEFAULT_DEV_CERTIFICATE)
|
||||
else
|
||||
DEFAULT_SYSTEM_DEV_CERTIFICATE := build/target/product/security/testkey
|
||||
DEFAULT_SYSTEM_DEV_CERTIFICATE := build/make/target/product/security/testkey
|
||||
endif
|
||||
.KATI_READONLY := DEFAULT_SYSTEM_DEV_CERTIFICATE
|
||||
|
||||
|
Reference in New Issue
Block a user