summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2018-03-08 15:51:00 -0600
committerPraneeth Bajjuri2018-04-18 10:37:28 -0500
commit3fb52a9803ad3544b212891ddf8d322a54161fd3 (patch)
tree0e95f86139ab751324162a327dd1408b0940b8b5
parenteadcff4a0660b8324fcd2c53e206de1929295dd7 (diff)
downloadandroid-hardware-ti-dra7xx-3fb52a9803ad3544b212891ddf8d322a54161fd3.tar.gz
android-hardware-ti-dra7xx-3fb52a9803ad3544b212891ddf8d322a54161fd3.tar.xz
android-hardware-ti-dra7xx-3fb52a9803ad3544b212891ddf8d322a54161fd3.zip
dra7xx: add header libraries
Add header libraries to the dependency list since global include paths are not provided by default when building with BOARD_VNDK_VERSION. Change-Id: I73c3c3fe28b89f95b04c02a70b22e9891ff86146 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--camera/Android.mk2
-rw-r--r--hwcomposer/Android.mk2
-rw-r--r--omx/libstagefrighthw/Android.mk2
-rw-r--r--omx/videodecode/Android.mk2
-rw-r--r--omx/videoencode/Android.mk2
5 files changed, 10 insertions, 0 deletions
diff --git a/camera/Android.mk b/camera/Android.mk
index 59fd8b2..6f22be9 100644
--- a/camera/Android.mk
+++ b/camera/Android.mk
@@ -100,6 +100,8 @@ LOCAL_C_INCLUDES += \
100 $(TI_CAMERAHAL_COMMON_INCLUDES) \ 100 $(TI_CAMERAHAL_COMMON_INCLUDES) \
101 $(LOCAL_PATH)/inc/V4LCameraAdapter 101 $(LOCAL_PATH)/inc/V4LCameraAdapter
102 102
103LOCAL_HEADER_LIBRARIES := libhardware_headers media_plugin_headers
104
103LOCAL_SHARED_LIBRARIES:= \ 105LOCAL_SHARED_LIBRARIES:= \
104 libui \ 106 libui \
105 libbinder \ 107 libbinder \
diff --git a/hwcomposer/Android.mk b/hwcomposer/Android.mk
index cc90f8a..79ab56a 100644
--- a/hwcomposer/Android.mk
+++ b/hwcomposer/Android.mk
@@ -28,6 +28,8 @@ LOCAL_SHARED_LIBRARIES := \
28LOCAL_C_INCLUDES += \ 28LOCAL_C_INCLUDES += \
29 system/core/libsync 29 system/core/libsync
30 30
31LOCAL_HEADER_LIBRARIES += gl_headers
32
31LOCAL_SRC_FILES := \ 33LOCAL_SRC_FILES := \
32 color_fmt.cc \ 34 color_fmt.cc \
33 display.cc \ 35 display.cc \
diff --git a/omx/libstagefrighthw/Android.mk b/omx/libstagefrighthw/Android.mk
index 465c566..9a7b176 100644
--- a/omx/libstagefrighthw/Android.mk
+++ b/omx/libstagefrighthw/Android.mk
@@ -8,6 +8,8 @@ LOCAL_C_INCLUDES:= \
8 $(TOP)/frameworks/native/include/media/openmax \ 8 $(TOP)/frameworks/native/include/media/openmax \
9 $(TOP)/frameworks/native/include/media/hardware 9 $(TOP)/frameworks/native/include/media/hardware
10 10
11LOCAL_HEADER_LIBRARIES += media_plugin_headers
12
11LOCAL_SHARED_LIBRARIES := \ 13LOCAL_SHARED_LIBRARIES := \
12 libbinder \ 14 libbinder \
13 libutils \ 15 libutils \
diff --git a/omx/videodecode/Android.mk b/omx/videodecode/Android.mk
index 60ca698..105b5b1 100644
--- a/omx/videodecode/Android.mk
+++ b/omx/videodecode/Android.mk
@@ -25,6 +25,8 @@ LOCAL_C_INCLUDES += \
25 hardware/ti/dce/packages/xdais/ \ 25 hardware/ti/dce/packages/xdais/ \
26 hardware/ti/dce/packages/xdctools 26 hardware/ti/dce/packages/xdctools
27 27
28LOCAL_HEADER_LIBRARIES += libutils_headers
29
28LOCAL_SHARED_LIBRARIES := \ 30LOCAL_SHARED_LIBRARIES := \
29 libosal \ 31 libosal \
30 libc \ 32 libc \
diff --git a/omx/videoencode/Android.mk b/omx/videoencode/Android.mk
index 0b8ae2e..b3b66fc 100644
--- a/omx/videoencode/Android.mk
+++ b/omx/videoencode/Android.mk
@@ -23,6 +23,8 @@ LOCAL_C_INCLUDES += \
23 hardware/ti/dce/packages/xdais/ \ 23 hardware/ti/dce/packages/xdais/ \
24 hardware/ti/dce/packages/xdctools 24 hardware/ti/dce/packages/xdctools
25 25
26LOCAL_HEADER_LIBRARIES += libutils_headers
27
26LOCAL_SHARED_LIBRARIES := \ 28LOCAL_SHARED_LIBRARIES := \
27 libosal \ 29 libosal \
28 libc \ 30 libc \