Merge "libotautil: Add missed header" into android-8.1

This commit is contained in:
big biff
2018-03-16 00:02:47 +01:00
committed by Gerrit Code Review
+6
View File
@@ -25,6 +25,12 @@ LOCAL_STATIC_LIBRARIES := \
libselinux \
libbase
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -gt 26; echo $$?),0)
# Android 8.1 header
LOCAL_C_INCLUDES += \
system/core/libziparchive/include
endif
LOCAL_MODULE := libotautil
LOCAL_CFLAGS := \
-Werror \