summaryrefslogtreecommitdiff
path: root/sdm/libs/hwc2/Android.mk
diff options
context:
space:
mode:
authorIsaac J. Manjarres <isaacm@codeaurora.org>2019-04-22 17:18:05 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2019-04-22 18:28:36 -0700
commit857a49935040f5b00ade07d6dbc3e53ebf815d34 (patch)
tree931b5e9b73f9c6d5aafa5bf705e202a43cb3cd67 /sdm/libs/hwc2/Android.mk
parent60c680f81b3d277e15fab7faa7ae14df82254289 (diff)
downloaddisplay-857a49935040f5b00ade07d6dbc3e53ebf815d34.tar.gz
display: Fix up kernel header dependencies declaration
Currently, when the kernel headers must be included unconditionally, the dependency on them is not expressed in the standard format. For Android makefiles that must include the kernel headers, declare the local additional dependencies unconditionally and in standard form as well. Also, remove kernel_deps from makefiles, as it is not used. CRs-Fixed: 2439890 Change-Id: I928fdc6f734431fa0d60c1a3624b533a9d6a85b7
Diffstat (limited to 'sdm/libs/hwc2/Android.mk')
-rw-r--r--sdm/libs/hwc2/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdm/libs/hwc2/Android.mk b/sdm/libs/hwc2/Android.mk
index 55feeebd..daca922a 100644
--- a/sdm/libs/hwc2/Android.mk
+++ b/sdm/libs/hwc2/Android.mk
@@ -10,6 +10,7 @@ LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE_TAGS := optional
LOCAL_C_INCLUDES := $(common_includes)
LOCAL_C_INCLUDES += $(kernel_includes)
+LOCAL_ADDITIONAL_DEPENDENCIES := $(common_deps)
LOCAL_HEADER_LIBRARIES := display_headers
LOCAL_CFLAGS := -Wno-missing-field-initializers -Wno-unused-parameter \