Merge "Add suffix .so to use directly libart.so" am: d1fd823f33 am: d54b9e6ba0

am: d06577781c

* commit 'd06577781c169c5292c79c71485764ad3f19547d':
  Add suffix .so to use directly libart.so
This commit is contained in:
Ying Wang 2015-11-11 22:19:42 +00:00 committed by android-build-merger
commit 751c26af31
1 changed files with 1 additions and 1 deletions

View File

@ -333,7 +333,7 @@ endif
# Add build properties for ART. These define system properties used by installd
# to pass flags to dex2oat.
ADDITIONAL_BUILD_PROPERTIES += persist.sys.dalvik.vm.lib.2=libart
ADDITIONAL_BUILD_PROPERTIES += persist.sys.dalvik.vm.lib.2=libart.so
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.isa.$(TARGET_ARCH).variant=$(DEX2OAT_TARGET_CPU_VARIANT)
ifneq ($(DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES),)
ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.isa.$(TARGET_ARCH).features=$(DEX2OAT_TARGET_INSTRUCTION_SET_FEATURES)