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

Commit cec40f97 authored by James Dong's avatar James Dong
Browse files

Removed unnecessary include JNI from two drm Android.mk files

Change-Id: I7b7a1acce4d6db748ff193270e73bc3582ba2380
parent 559bf283
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ LOCAL_SHARED_LIBRARIES := \
base := frameworks/av

LOCAL_C_INCLUDES += \
    $(JNI_H_INCLUDE) \
    $(base)/include \
    $(base)/include/drm \
    $(base)/include/drm/plugins \
+0 −1
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ LOCAL_STATIC_LIBRARIES := \


LOCAL_C_INCLUDES += \
    $(JNI_H_INCLUDE) \
    $(base)/include/drm \
    $(base)/drm/libdrmframework/plugins/common/include \
    $(base)/drm/libdrmframework/plugins/common/util/include \