aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp15
1 files changed, 14 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 0969ce6..6d5344b 100644
--- a/Android.bp
+++ b/Android.bp
@@ -338,6 +338,19 @@ cc_library_static {
"decoder/x86_64/ixheaacd_function_selector_x86_64.c",
],
},
+
+ riscv64: {
+ cflags: [
+ ],
+
+ local_include_dirs: [
+ ],
+
+ srcs: [
+ "decoder/generic/ixheaacd_qmf_dec_generic.c",
+ "decoder/generic/ixheaacd_function_selector_generic.c",
+ ],
+ },
},
}
@@ -511,4 +524,4 @@ cc_library_static {
},
}
-subdirs = ["test"] \ No newline at end of file
+subdirs = ["test"]