aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRam Mohan M <ram.mohan@ittiam.com>2023-09-20 16:19:23 +0530
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2023-09-20 06:19:47 -0700
commitbbcac434f27e876e6f0f4aea3381d53ab065a3c0 (patch)
treeec1d460617a2bc00d4bf45a56e9837541ab32561
parent240680473fce0823469bb038d61b29eb7fca12be (diff)
downloadlibavc-bbcac434f27e876e6f0f4aea3381d53ab065a3c0.tar.gz
libavc: tidy up android bp - 2
sort listings in alphabetical order Test: Build
-rw-r--r--Android.bp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 8e8cabe..0041aa2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -373,8 +373,8 @@ cc_library_static {
"common/armv8/ih264_padding_neon_av8.s",
"common/armv8/ih264_weighted_bi_pred_av8.s",
"common/armv8/ih264_weighted_pred_av8.s",
- "decoder/arm/ih264d_function_selector_av8.c",
"decoder/arm/ih264d_function_selector.c",
+ "decoder/arm/ih264d_function_selector_av8.c",
],
},
@@ -401,9 +401,9 @@ cc_library_static {
"common/x86/ih264_mem_fns_ssse3.c",
"common/x86/ih264_padding_ssse3.c",
"common/x86/ih264_weighted_pred_sse42.c",
+ "decoder/x86/ih264d_function_selector.c",
"decoder/x86/ih264d_function_selector_sse42.c",
"decoder/x86/ih264d_function_selector_ssse3.c",
- "decoder/x86/ih264d_function_selector.c",
],
},
@@ -421,9 +421,9 @@ cc_library_static {
"common/x86/ih264_mem_fns_ssse3.c",
"common/x86/ih264_padding_ssse3.c",
"common/x86/ih264_weighted_pred_sse42.c",
+ "decoder/x86/ih264d_function_selector.c",
"decoder/x86/ih264d_function_selector_sse42.c",
"decoder/x86/ih264d_function_selector_ssse3.c",
- "decoder/x86/ih264d_function_selector.c",
],
},
},
@@ -446,20 +446,20 @@ cc_library_static {
],
export_include_dirs: [
- "decoder",
- "decoder/mvc",
"common",
"common/mvc",
+ "decoder",
+ "decoder/mvc",
],
srcs: [
+ "decoder/mvc/imvcd_api.c",
"decoder/mvc/imvcd_api_utils.c",
"decoder/mvc/imvcd_dpb_manager.c",
"decoder/mvc/imvcd_error_handler.c",
"decoder/mvc/imvcd_nalu_parser.c",
"decoder/mvc/imvcd_slice_functions.c",
"decoder/mvc/imvcd_utils.c",
- "decoder/mvc/imvcd_api.c",
],
}