Prune unnecessary symbols from read API

Bug: 328444881
Test: m
Change-Id: I3b730a6c3390a5d116d467f15f17e74a9096961d
This commit is contained in:
Ted Bauer
2024-04-25 15:51:15 +00:00
parent 5deb660e32
commit ad07bd54f6

View File

@@ -103,4 +103,7 @@ cc_library {
],
min_sdk_version: "29",
double_loadable: true,
cflags: [
"-fvisibility=hidden",
],
}