Skip to content
Snippets Groups Projects
Commit 831bba48 authored by Harish Mahendrakar's avatar Harish Mahendrakar Committed by android-build-merger
Browse files

Add host support am: aab07a44 am: 3ec7d07a am: df8b94f0

am: dd489f70

Change-Id: Ib5976f455575ad9f10946bb52ee367a6c884544f
parents a9406e71 dd489f70
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