Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0572c6e6 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

libdrmframeworkcommon: Explicitly reference libbinder headers

When creating this static lib, explicitly reference libbinder
to pick up its header include paths.

Bug: 27804373
Test: lib compiles when libbinder's header include
      paths change.

Change-Id: I6cd034703db8ef13f0bcaece27373a60fcde7b4e
parent 9ca3b7a2
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -31,6 +31,8 @@ LOCAL_SRC_FILES:= \
    DrmInfoEvent.cpp \
    DrmInfoEvent.cpp \
    ReadWriteUtils.cpp
    ReadWriteUtils.cpp


LOCAL_STATIC_LIBRARIES := libbinder

LOCAL_C_INCLUDES := \
LOCAL_C_INCLUDES := \
    $(TOP)/frameworks/av/include \
    $(TOP)/frameworks/av/include \
    $(TOP)/frameworks/av/drm/libdrmframework/include \
    $(TOP)/frameworks/av/drm/libdrmframework/include \