aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2017-08-03 12:54:00 -0700
committerChristopher Ferris <cferris@google.com>2017-08-03 12:54:00 -0700
commit550aee8200015a67e32a5eb9d8d1f438f2028331 (patch)
tree2a1ddddcbb56320f440eeab61d54dfb00088c4d8
parent2cdbbd36f8134c2d6090ebf97be25f6fb8d1e15a (diff)
downloadlibmix-550aee8200015a67e32a5eb9d8d1f438f2028331.tar.gz
Use frozen copy of ion.h for this code.android-o-mr1-preview-2android-o-mr1-preview-1
Use the ion.h copy in system/core/libion since it's frozen. Bug: 64175711 Test: Builds. Change-Id: Iabf6d9c6973200ccfff41ae9ca74bdf80358bb2c
-rw-r--r--videoencoder/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/videoencoder/Android.mk b/videoencoder/Android.mk
index 828a968..d5b9d65 100644
--- a/videoencoder/Android.mk
+++ b/videoencoder/Android.mk
@@ -49,6 +49,7 @@ endif
LOCAL_SHARED_LIBRARIES := \
liblog \
libcutils \
+ libion \
libutils \
libva \
libva-android \