aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2019-09-20 22:26:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-09-20 22:26:49 -0700
commita99811b8bf0b208720df3cdb3add601ef808b6b7 (patch)
treeb8c2b6b64b7b42106900d80e597fc27e675568a6
parent9b31b559b43c1999e3591432dac0aa48ccd61212 (diff)
parent002ade3fc5d313929f8d657f2ec86b758580925c (diff)
downloadlibhevc-a99811b8bf0b208720df3cdb3add601ef808b6b7.tar.gz
encoder: Add host support am: 0a59baaeee
am: 002ade3fc5 Change-Id: I24ae317b784f88c363027bbfbeb49bb50ffa9e84
-rw-r--r--Android.bp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 529ac55..15c4458 100644
--- a/Android.bp
+++ b/Android.bp
@@ -422,7 +422,7 @@ cc_test {
cc_library_static {
name: "libhevcenc",
vendor_available: true,
-
+ host_supported: true,
cflags: [
"-DENABLE_MAIN_REXT_PROFILE",
"-fPIC",
@@ -776,6 +776,7 @@ cc_library_static {
cc_test {
name: "hevcenc",
+ host_supported: true,
cflags: [
"-DARM",
"-fPIC",