PacProcessor should be 32 bit only.

It depends on external/v8, which isn't ready for 64 bit yet.

Change-Id: Ibc9705665b81d3667826dedd6217f2eb6d451c81
This commit is contained in:
Narayan Kamath
2014-03-19 11:39:43 +00:00
parent 7cb1dfe690
commit 58f9a645e1

View File

@@ -35,6 +35,7 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE := libjni_pacprocessor
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
include external/stlport/libstlport.mk