Skip to content
Snippets Groups Projects
Commit aab07a44 authored by Harish Mahendrakar's avatar Harish Mahendrakar
Browse files

Add host support

Test: Builds
Bug: 135058814
Change-Id: Ia84117112d42772cfcb2ea448cd5970b0858473b
parent d571611a
No related branches found
No related tags found
No related merge requests found
......@@ -401,6 +401,7 @@ aom_version_sources_gen = [
]
cc_library_static {
name: "libaom",
host_supported: true,
vendor_available: true,
cflags: [
"-O3",
......@@ -457,6 +458,9 @@ cc_library_static {
"config/",
"config/x86_64/",
],
cflags: [
"-mssse3",
],
srcs: aom_av1_common_sources +
aom_av1_decoder_sources +
aom_dsp_common_sources +
......@@ -480,6 +484,9 @@ cc_library_static {
"config/",
"config/x86/",
],
cflags: [
"-mssse3",
],
srcs: aom_av1_common_sources +
aom_av1_decoder_sources +
aom_dsp_common_sources +
......
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 +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment