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:
parent
086ed5584b
commit
6c509ca3c3
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue