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>
diff --git a/Android.bp b/Android.bp
index 37f4ac9..2c50394 100644
--- a/Android.bp
+++ b/Android.bp
@@ -16,7 +16,7 @@
     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",