PacProccesor: Only build for 32-bit

PacProcessor relies on libpac from chromium, which is not built
for 64b right now.

Change-Id: I034932343b9aef239748511d8deb498b46e77cf2
This commit is contained in:
Andreas Gampe
2014-04-18 16:10:25 -07:00
parent fbb54b8363
commit f8749200c0

View File

@@ -27,6 +27,8 @@ LOCAL_CERTIFICATE := platform
LOCAL_JNI_SHARED_LIBRARIES := libjni_pacprocessor
LOCAL_MULTILIB := 32
include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))