From 017051790348494a1a03b79d21d3302c93f0ed8f Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Tue, 31 Oct 2023 23:47:48 +0000 Subject: Android.bp: correct the reported version (redux) Set version to 1.25 to reflect the updated source Bug: 279144929 Change-Id: Ie86ffe381ac08f63bda06d53e1b8badd3a0e35e9 Signed-off-by: Matthew Maurer --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 37f4ac9..2c50394 100644 --- a/Android.bp +++ b/Android.bp @@ -16,7 +16,7 @@ cc_defaults { name: "dwarves_defaults", cflags: [ "-DDWARVES_MAJOR_VERSION=1", - "-DDWARVES_MINOR_VERSION=23", + "-DDWARVES_MINOR_VERSION=25", "-D_GNU_SOURCE", "-Wno-deprecated-declarations", "-Wno-pointer-arith", -- cgit v1.2.3