summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libhistogram/Android.mk6
-rw-r--r--sdm/libs/hwc2/Android.mk2
2 files changed, 4 insertions, 4 deletions
diff --git a/libhistogram/Android.mk b/libhistogram/Android.mk
index d67b2285..144ee9ab 100644
--- a/libhistogram/Android.mk
+++ b/libhistogram/Android.mk
@@ -18,7 +18,7 @@ include $(CLEAR_VARS)
LOCAL_HEADER_LIBRARIES := display_headers
LOCAL_MODULE := libhistogram
LOCAL_SRC_FILES := histogram_collector.cpp ringbuffer.cpp
-LOCAL_SHARED_LIBRARIES := libdrm.vendor liblog libcutils libutils
+LOCAL_SHARED_LIBRARIES := libdrm liblog libcutils libutils
LOCAL_CFLAGS := -DLOG_TAG=\"SDM-histogram\" -Wall -std=c++14 -Werror -fno-operator-names
LOCAL_CLANG := true
LOCAL_MODULE_TAGS := optional
@@ -34,7 +34,7 @@ LOCAL_MODULE := color_sampling_tool
LOCAL_SRC_FILES := color_sampling_tool.cpp
LOCAL_STATIC_LIBRARIES := libhistogram
-LOCAL_SHARED_LIBRARIES := libdrm.vendor liblog libcutils libutils libbase
+LOCAL_SHARED_LIBRARIES := libdrm liblog libcutils libutils libbase
LOCAL_CFLAGS := -DLOG_TAG=\"SDM-histogram\" -Wall -std=c++14 -Werror -fno-operator-names
LOCAL_CLANG := true
LOCAL_MODULE_TAGS := optional
@@ -49,7 +49,7 @@ LOCAL_MODULE := color_sampling_test
LOCAL_SRC_FILES := ringbuffer_test.cpp
LOCAL_STATIC_LIBRARIES := libhistogram libgtest libgmock
-LOCAL_SHARED_LIBRARIES := libdrm.vendor liblog libcutils libutils libbase
+LOCAL_SHARED_LIBRARIES := libdrm liblog libcutils libutils libbase
LOCAL_CFLAGS := -DLOG_TAG=\"SDM-histogram\" -Wall -std=c++14 -Werror -fno-operator-names
LOCAL_CLANG := true
LOCAL_MODULE_TAGS := optional
diff --git a/sdm/libs/hwc2/Android.mk b/sdm/libs/hwc2/Android.mk
index ede5a645..9a1acc7d 100644
--- a/sdm/libs/hwc2/Android.mk
+++ b/sdm/libs/hwc2/Android.mk
@@ -27,7 +27,7 @@ LOCAL_SHARED_LIBRARIES := libsdmcore libqservice libbinder libhardware li
android.hardware.graphics.allocator@2.0 \
libdisplaydebug \
hardware.google.light@1.0 \
- libdrm.vendor \
+ libdrm \
LOCAL_STATIC_LIBRARIES := libhistogram