forked from openkylin/platform_build
am 189a874f: am 8c1bbdb9: Merge "remove more projects from 64-bit blacklist"
* commit '189a874f0f3d297107d02222dc3291943a9e82b0': remove more projects from 64-bit blacklist
This commit is contained in:
commit
3c23ee5e19
|
@ -2,10 +2,8 @@ ifneq ($(TARGET_2ND_ARCH),)
|
|||
|
||||
# JNI - needs 64-bit VM
|
||||
_64_bit_directory_blacklist += \
|
||||
external/svox/ \
|
||||
packages/
|
||||
|
||||
|
||||
# Chromium/V8: needs 64-bit support
|
||||
_64_bit_directory_blacklist += \
|
||||
external/chromium-libpac \
|
||||
|
@ -18,12 +16,6 @@ _64_bit_directory_blacklist += \
|
|||
device/generic/goldfish/opengl \
|
||||
device/generic/goldfish/camera \
|
||||
|
||||
# depends on frameworks/av
|
||||
_64_bit_directory_blacklist += \
|
||||
external/srec \
|
||||
frameworks/opt \
|
||||
frameworks/ex \
|
||||
|
||||
# not needed yet, and too many directories to blacklist individually
|
||||
_64_bit_directory_blacklist += \
|
||||
frameworks/av/media/libeffects \
|
||||
|
|
Loading…
Reference in New Issue