From aab07a44fdc080c2e193e49b2d5c5923080d4b74 Mon Sep 17 00:00:00 2001 From: Harish Mahendrakar Date: Fri, 6 Sep 2019 11:05:23 -0700 Subject: Add host support Test: Builds Bug: 135058814 Change-Id: Ia84117112d42772cfcb2ea448cd5970b0858473b --- Android.bp.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Android.bp.in') diff --git a/Android.bp.in b/Android.bp.in index 18fe81a..04f571f 100644 --- a/Android.bp.in +++ b/Android.bp.in @@ -1,5 +1,6 @@ cc_library_static { name: "libaom", + host_supported: true, vendor_available: true, cflags: [ "-O3", @@ -56,6 +57,9 @@ cc_library_static { "config/", "config/x86_64/", ], + cflags: [ + "-mssse3", + ], srcs: aom_av1_common_sources + aom_av1_decoder_sources + aom_dsp_common_sources + @@ -79,6 +83,9 @@ cc_library_static { "config/", "config/x86/", ], + cflags: [ + "-mssse3", + ], srcs: aom_av1_common_sources + aom_av1_decoder_sources + aom_dsp_common_sources + -- cgit v1.2.3