Merge "Don't generate /etc/classpath in make."
This commit is contained in:
commit
51dceaa999
2 changed files with 0 additions and 17 deletions
|
|
@ -56,7 +56,6 @@ LOCAL_MODULE := init.environ.rc
|
|||
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
|
||||
LOCAL_LICENSE_CONDITIONS := notice
|
||||
LOCAL_MODULE_PATH := $(TARGET_ROOT_OUT)
|
||||
LOCAL_REQUIRED_MODULES := etc_classpath
|
||||
|
||||
EXPORT_GLOBAL_ASAN_OPTIONS :=
|
||||
ifneq ($(filter address,$(SANITIZE_TARGET)),)
|
||||
|
|
@ -185,21 +184,6 @@ $(strip \
|
|||
)
|
||||
endef
|
||||
|
||||
#######################################
|
||||
# /etc/classpath
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_MODULE := etc_classpath
|
||||
LOCAL_MODULE_CLASS := ETC
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_ETC)
|
||||
LOCAL_MODULE_STEM := classpath
|
||||
include $(BUILD_SYSTEM)/base_rules.mk
|
||||
$(LOCAL_BUILT_MODULE):
|
||||
@echo "Generate: $@"
|
||||
@mkdir -p $(dir $@)
|
||||
$(hide) echo "export BOOTCLASSPATH $(PRODUCT_BOOTCLASSPATH)" > $@
|
||||
$(hide) echo "export DEX2OATBOOTCLASSPATH $(PRODUCT_DEX2OAT_BOOTCLASSPATH)" >> $@
|
||||
$(hide) echo "export SYSTEMSERVERCLASSPATH $(PRODUCT_SYSTEM_SERVER_CLASSPATH)" >> $@
|
||||
|
||||
#######################################
|
||||
# sanitizer.libraries.txt
|
||||
include $(CLEAR_VARS)
|
||||
|
|
|
|||
|
|
@ -917,7 +917,6 @@ on post-fs-data
|
|||
# Must start before 'odsign', as odsign depends on *CLASSPATH variables
|
||||
exec_start derive_classpath
|
||||
load_exports /data/system/environ/classpath
|
||||
rm /data/system/environ/classpath
|
||||
|
||||
# Start the on-device signing daemon, and wait for it to finish, to ensure
|
||||
# ART artifacts are generated if needed.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue