aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-10-31 23:47:48 +0000
committerMatthew Maurer <mmaurer@google.com>2023-10-31 23:48:43 +0000
commit017051790348494a1a03b79d21d3302c93f0ed8f (patch)
tree1d19ba17e22988d328da73ed638ed63e87dc1cf7
parent22a9c2dedab7722404b4055abc7559dd0bf37cf5 (diff)
downloaddwarves-017051790348494a1a03b79d21d3302c93f0ed8f.tar.gz
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 <mmaurer@google.com>
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
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",