am 9a9d180f: Install preloaded-classes as a standalone configuration file

* commit '9a9d180ff1cafc547bd9d3b31a10db749d8ab359':
  Install preloaded-classes as a standalone configuration file
This commit is contained in:
Ying Wang
2014-11-17 18:24:27 +00:00
committed by Android Git Automerger
2 changed files with 7 additions and 1 deletions

View File

@@ -16,7 +16,9 @@ DEX2OAT_DEPENDENCY += $(DEX2OAT)
DEX2OATD_DEPENDENCY := $(DEX2OAT_DEPENDENCY) DEX2OATD_DEPENDENCY := $(DEX2OAT_DEPENDENCY)
DEX2OATD_DEPENDENCY += $(DEX2OATD) DEX2OATD_DEPENDENCY += $(DEX2OATD)
PRELOADED_CLASSES := frameworks/base/preloaded-classes # Use the first preloaded-classes file in PRODUCT_COPY_FILES.
PRELOADED_CLASSES := $(call word-colon,1,$(firstword \
$(filter %system/etc/preloaded-classes,$(PRODUCT_COPY_FILES))))
# start of image reserved address space # start of image reserved address space
LIBART_IMG_HOST_BASE_ADDRESS := 0x60000000 LIBART_IMG_HOST_BASE_ADDRESS := 0x60000000

View File

@@ -115,4 +115,8 @@ PRODUCT_PACKAGES += \
wm wm
PRODUCT_COPY_FILES := \
frameworks/base/preloaded-classes:system/etc/preloaded-classes
$(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk) $(call inherit-product, $(SRC_TARGET_DIR)/product/embedded.mk)