aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Escande <wescande@google.com>2022-04-28 11:53:36 -0700
committerWilliam Escande <wescande@google.com>2022-05-02 16:00:43 +0000
commit1c014860e843172a117c12cc7540007d147af265 (patch)
treeaab00ff7a7202a49d2afaa9084f260c2e519653b
parent55855f6595f47efefef639f50ec5b71bd6d9d30a (diff)
downloadoss-fuzz-1c014860e843172a117c12cc7540007d147af265.tar.gz
Statically link ldac into module
If we statically link ldac, we enforce at build time the "api" are still the same. We also enforce the current module version was tested against a known ldac encoder and we do not have to deal with version mismatched Bug: 226572369 Test: Build + boot + Not yet tested Tag: #refactor Ignore-AOSP-First: Apex only on TM Merged-In: I69970a4bd5f6cbe5064b0be447ffcc8892e875a4 Change-Id: I69970a4bd5f6cbe5064b0be447ffcc8892e875a4
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 2bc30ddae..ade232647 100644
--- a/Android.bp
+++ b/Android.bp
@@ -47,7 +47,7 @@ license {
cc_fuzz {
name: "ossfuzz-libldac-encode_fuzzer",
- shared_libs: ["libldacBT_enc"],
+ static_libs: ["libldacBT_enc"],
srcs: ["projects/libldac/libldac_encode_fuzzer.cc"],
fuzz_config: {
componentid: 27441