resolved conflicts for merge of 2fbe5018
to klp-modular-dev-plus-aosp
Change-Id: I623332e427ce8bfcf1b17e708ccca1d50cdbeadd
This commit is contained in:
@@ -14,7 +14,6 @@ _64_bit_directory_blacklist += \
|
|||||||
external/chromium-libpac \
|
external/chromium-libpac \
|
||||||
external/chromium_org \
|
external/chromium_org \
|
||||||
external/skia \
|
external/skia \
|
||||||
external/v8 \
|
|
||||||
frameworks/webview \
|
frameworks/webview \
|
||||||
|
|
||||||
# misc build errors
|
# misc build errors
|
||||||
@@ -28,13 +27,14 @@ _64_bit_directory_blacklist += \
|
|||||||
frameworks/ml \
|
frameworks/ml \
|
||||||
frameworks/opt \
|
frameworks/opt \
|
||||||
frameworks/wilhelm \
|
frameworks/wilhelm \
|
||||||
|
frameworks/native/cmds/idmap \
|
||||||
device/generic/goldfish/opengl \
|
device/generic/goldfish/opengl \
|
||||||
device/generic/goldfish/camera \
|
device/generic/goldfish/camera \
|
||||||
|
|
||||||
# depends on libnl_2
|
# depends on libnl_2
|
||||||
_64_bit_directory_blacklist += \
|
_64_bit_directory_blacklist += \
|
||||||
external/android-clat \
|
external/android-clat \
|
||||||
external/wpa_suplicant_8
|
external/wpa_supplicant_8 \
|
||||||
|
|
||||||
# depends on frameworks/av
|
# depends on frameworks/av
|
||||||
_64_bit_directory_blacklist += \
|
_64_bit_directory_blacklist += \
|
||||||
|
@@ -10,7 +10,6 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true
|
LOCAL_NO_2ND_ARCH_MODULE_SUFFIX := true
|
||||||
|
|
||||||
# check if primary arch is supported
|
# check if primary arch is supported
|
||||||
include $(BUILD_SYSTEM)/module_arch_supported.mk
|
include $(BUILD_SYSTEM)/module_arch_supported.mk
|
||||||
ifeq ($(my_module_arch_supported),true)
|
ifeq ($(my_module_arch_supported),true)
|
||||||
|
@@ -23,6 +23,7 @@ PRODUCT_PACKAGES += \
|
|||||||
atrace \
|
atrace \
|
||||||
bootanimation \
|
bootanimation \
|
||||||
debuggerd \
|
debuggerd \
|
||||||
|
debuggerd64 \
|
||||||
dumpstate \
|
dumpstate \
|
||||||
dumpsys \
|
dumpsys \
|
||||||
gralloc.default \
|
gralloc.default \
|
||||||
@@ -59,6 +60,7 @@ PRODUCT_PACKAGES += \
|
|||||||
libui \
|
libui \
|
||||||
libutils \
|
libutils \
|
||||||
linker \
|
linker \
|
||||||
|
linker64 \
|
||||||
lmkd \
|
lmkd \
|
||||||
logcat \
|
logcat \
|
||||||
logwrapper \
|
logwrapper \
|
||||||
|
Reference in New Issue
Block a user