Call libvintf to verify package compatibility.
The libvintf API has landed. Hook up to do the actual verification.
Bug: 36597505
Test: recovery_component_test
Test: m recoveryimage; adb sideload on angler and sailfish, with
packages that contain dummy compatibility entries.
Test: m recoveryimage; adb sideload on angler and sailfish, with
packages that don't contain any compatibility entries.
Change-Id: Idbd6f5aaef605ca51b20e667505d686de5ac781f
(cherry picked from commit da320ac6ab)
This commit is contained in:
@@ -55,6 +55,7 @@ endif
|
||||
LOCAL_MODULE := librecovery
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libminui \
|
||||
libvintf_recovery \
|
||||
libcrypto_utils \
|
||||
libcrypto \
|
||||
libbase
|
||||
@@ -114,6 +115,9 @@ LOCAL_STATIC_LIBRARIES := \
|
||||
libfs_mgr \
|
||||
libcrypto_utils \
|
||||
libcrypto \
|
||||
libvintf_recovery \
|
||||
libvintf \
|
||||
libtinyxml2 \
|
||||
libbase \
|
||||
libcutils \
|
||||
libutils \
|
||||
|
||||
Reference in New Issue
Block a user