Merge "libfilterfw_jni needs libmedia include paths"

This commit is contained in:
Christopher Wiley
2016-04-14 18:19:16 +00:00
committed by Gerrit Code Review

View File

@@ -43,4 +43,6 @@ LOCAL_C_INCLUDES += \
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter
LOCAL_SHARED_LIBRARIES := libmedia
include $(BUILD_STATIC_LIBRARY)