From 6c509ca3c377c50433cacf611fb39d700e6dc806 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 11 Apr 2022 22:30:07 +0000 Subject: [PATCH] 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 --- libutils/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/libutils/Android.bp b/libutils/Android.bp index a9bd7d9b1..1b292857c 100644 --- a/libutils/Android.bp +++ b/libutils/Android.bp @@ -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",