PacProcessor: Include libpac as a JNI_SHARED_LIBRARY.
libpac is only used by the PacProcessor, so this prevents us from installing both the 32 and 64 bit versions of the library on the system partition. Test: make Change-Id: I61033ba66116cf21f5518657df8fcd9fa46cd1b5
This commit is contained in:
@@ -26,7 +26,7 @@ LOCAL_PACKAGE_NAME := PacProcessor
|
||||
LOCAL_PRIVATE_PLATFORM_APIS := true
|
||||
LOCAL_CERTIFICATE := platform
|
||||
|
||||
LOCAL_JNI_SHARED_LIBRARIES := libjni_pacprocessor
|
||||
LOCAL_JNI_SHARED_LIBRARIES := libjni_pacprocessor libpac
|
||||
|
||||
include $(BUILD_PACKAGE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user