summaryrefslogtreecommitdiff
path: root/libstagefrighthw
diff options
context:
space:
mode:
authorUma Mehta <umamehta@codeaurora.org>2017-03-07 16:46:25 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-01 15:03:16 -0700
commit398883846b53d6b1c8140891619e1ddd29100432 (patch)
tree3e5940920754f65e7164b76bcba9f75f82772cb3 /libstagefrighthw
parent6165d29e5577caa5e61ec92c1f1c6d8b574ff3ee (diff)
downloadmedia-398883846b53d6b1c8140891619e1ddd29100432.tar.gz
media: Move Video HAL libraries to vendor image
Move video HAL libraries from system/lib/ to /system/vendor/lib. Remove libbinder instances from Video HAL. Change-Id: I7f2674fee7fc978281f777c25e26a0927a3964c8 CRs-Fixed: 2037809
Diffstat (limited to 'libstagefrighthw')
-rw-r--r--libstagefrighthw/Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/libstagefrighthw/Android.mk b/libstagefrighthw/Android.mk
index 2e6a94c1..a3882a30 100644
--- a/libstagefrighthw/Android.mk
+++ b/libstagefrighthw/Android.mk
@@ -44,13 +44,14 @@ LOCAL_C_INCLUDES:= \
frameworks/native/include/media/hardware
LOCAL_SHARED_LIBRARIES := \
- libbinder \
libutils \
libcutils \
libdl \
- libui \
LOCAL_MODULE := libstagefrighthw
+LOCAL_PROPRIETARY_MODULE := true
+LOCAL_MODULE_OWNER := qti
+
include $(BUILD_SHARED_LIBRARY)