Skip to content

Commit c1266c5

Browse files
committed
update to android-16.0.0_r2
1 parent ebd0935 commit c1266c5

18 files changed

+19
-94
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ find_package(Threads REQUIRED)
4444
find_package(PkgConfig REQUIRED)
4545
pkg_check_modules(libpng REQUIRED IMPORTED_TARGET libpng)
4646

47-
set(ANDROID_VERSION "android-15.0.0_r23")
47+
set(ANDROID_VERSION "android-16.0.0_r2")
4848
configure_file(version.h.in build/version.h @ONLY)
4949
if(ANDROID_BUILD_TOOLS_MUSL_LIBC)
5050
configure_file(cdefs.h.in sys/cdefs.h @ONLY)

clone.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -x
44

5-
GIT_BRANCH="${1:-"android-15.0.0_r23"}"
5+
GIT_BRANCH="${1:-"android-16.0.0_r2"}"
66

77
cd vendor
88

patches/base/0002-base-Include-missing-standard-headers.patch

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ Subject: [PATCH] base: Include missing standard headers
88
libs/androidfw/BigBufferStream.cpp | 3 +++
99
libs/androidfw/PngCrunch.cpp | 3 +++
1010
tools/aapt2/AppInfo.h | 2 ++
11-
tools/aapt2/cmd/Command.h | 1 +
1211
tools/aapt2/io/StringStream.cpp | 4 ++++
13-
6 files changed, 14 insertions(+)
12+
5 files changed, 13 insertions(+)
1413

1514
diff --git a/libs/androidfw/ApkParsing.cpp b/libs/androidfw/ApkParsing.cpp
1615
index 7eedfdb5c..d6bf0cf0d 100644
@@ -66,18 +65,6 @@ index cabbe7ea7..15461a3fa 100644
6665
namespace aapt {
6766

6867
// Information relevant to building an app, parsed from the app's AndroidManifest.xml.
69-
diff --git a/tools/aapt2/cmd/Command.h b/tools/aapt2/cmd/Command.h
70-
index 1416e980e..8c3ec9d1f 100644
71-
--- a/tools/aapt2/cmd/Command.h
72-
+++ b/tools/aapt2/cmd/Command.h
73-
@@ -18,6 +18,7 @@
74-
#define AAPT_COMMAND_H
75-
76-
#include <functional>
77-
+#include <memory>
78-
#include <optional>
79-
#include <ostream>
80-
#include <string>
8168
diff --git a/tools/aapt2/io/StringStream.cpp b/tools/aapt2/io/StringStream.cpp
8269
index bb3911b20..7ca9b4fb0 100644
8370
--- a/tools/aapt2/io/StringStream.cpp

patches/base/0003-base-Fix-variable-initialization.patch

Lines changed: 0 additions & 44 deletions
This file was deleted.

patches/native/0001-native-Include-missing-standard-headers.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

vendor/aapt2.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ set(libaapt2_SRCS
2727
base/tools/aapt2/io/ZipArchive.cpp
2828
base/tools/aapt2/link/AutoVersioner.cpp
2929
base/tools/aapt2/link/FeatureFlagsFilter.cpp
30+
base/tools/aapt2/link/FlaggedXmlVersioner.cpp
3031
base/tools/aapt2/link/FlagDisabledResourceRemover.cpp
3132
base/tools/aapt2/link/ManifestFixer.cpp
3233
base/tools/aapt2/link/NoDefaultResourceRemover.cpp

vendor/aidl

Submodule aidl updated from f75a604 to 5bde6fc

vendor/aidl.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ add_executable(aidl
5959
${FLEX_AidlScanner_OUTPUTS}
6060
)
6161

62+
target_include_directories(aidl PRIVATE
63+
aidl/include
64+
)
65+
6266
target_link_libraries(aidl PRIVATE
6367
libbase
6468
GTest::gtest

vendor/base

Submodule base updated from 4a5ee7b to 99b01a6

vendor/build

Submodule build updated from 3916a75 to c2fb95a

0 commit comments

Comments
 (0)