summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2017-08-10 08:09:54 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2017-08-10 08:09:54 +0000
commite5e6926fd15c9541e06e08fc69ff409fd1f67282 (patch)
tree274bbc99fa59b6aec5e06fdd477005054c45673e
parentea38a80c08106510740a0115567f6c24296f8e2d (diff)
parent29690cb331a2bb0aff17f3ee5fb0e55c65ac2d63 (diff)
downloadandroid_external_libavc-e5e6926fd15c9541e06e08fc69ff409fd1f67282.tar.gz
android_external_libavc-e5e6926fd15c9541e06e08fc69ff409fd1f67282.tar.bz2
android_external_libavc-e5e6926fd15c9541e06e08fc69ff409fd1f67282.zip
release-request-0b474cbb-ff20-424d-a570-a0a7b83a7705-for-git_pi-release-4262110 snap-temp-L42700000091449286
Change-Id: I1a1fc79582484a698d5d74a7fd0558f34a9452cb
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index ac7d304..464f768 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,7 @@
cc_library_static {
name: "libavcdec",
+ vendor_available: true,
+ shared_libs: ["liblog", "libcutils",],
cflags: [
"-fPIC",
@@ -230,6 +232,8 @@ cc_library_static {
cc_library_static {
name: "libavcenc",
+ vendor_available: true,
+ shared_libs: ["liblog", "libcutils",],
cflags: [
"-DNDEBUG",