Mark libutilscallstack min sdk version.

Mark this as 29 for easy inclusion in APEXes when debugging. Make
sure we don't introduce calls to things here which would prevent
this from being used on old platforms.

Fixes: 228561718
Test: build
Change-Id: I2574455dbfe681117e4afcf6eef3546be51393fa
This commit is contained in:
Steven Moreland 2022-04-11 22:30:07 +00:00
parent 086ed5584b
commit 6c509ca3c3

View file

@ -188,6 +188,7 @@ cc_library {
defaults: ["libutils_defaults"],
// TODO(b/153609531): remove when no longer needed.
native_bridge_supported: true,
min_sdk_version: "29",
srcs: [
"CallStack.cpp",