remove libeffects from 64-bit blacklist
Everything under frameworks/av/media/libeffects compiles fine for 64-bit Change-Id: I03519a98903b7d65936053ef7eda8926cce60ea0
This commit is contained in:
parent
8c60a1df43
commit
966c9194a6
|
@ -16,10 +16,6 @@ _64_bit_directory_blacklist += \
|
|||
device/generic/goldfish/opengl \
|
||||
device/generic/goldfish/camera \
|
||||
|
||||
# not needed yet, and too many directories to blacklist individually
|
||||
_64_bit_directory_blacklist += \
|
||||
frameworks/av/media/libeffects \
|
||||
|
||||
_64_bit_directory_blacklist_pattern := $(addsuffix %,$(_64_bit_directory_blacklist))
|
||||
|
||||
define directory_is_64_bit_blacklisted
|
||||
|
|
Loading…
Reference in New Issue