Skip to content

Commit

Permalink
Upgrade to platform-tools-29.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmeum committed Sep 16, 2019
1 parent b2a71b3 commit bcf1b98
Show file tree
Hide file tree
Showing 41 changed files with 882 additions and 619 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@
[submodule "boringssl"]
path = vendor/boringssl
url = https://boringssl.googlesource.com/boringssl.git
[submodule "vendor/mkbootimg"]
path = vendor/mkbootimg
url = https://android.googlesource.com/platform/system/tools/mkbootimg
9 changes: 6 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ cmake_minimum_required(VERSION 3.1.0)
set(ANDROID_MKE2FS_NAME "mke2fs.android")

# Version of android-tools and the version of boringssl being used.
# See: https://android.googlesource.com/platform/external/boringssl/+/android-${ANDROID_VERSION}/BORINGSSL_REVISION
set(ANDROID_VERSION 9.0.0_r33)
set(BORINGSSL_VERSION 45210dd4e21ace9d28cb76b3f83303fcdd2efcce)
# See: https://android.googlesource.com/platform/external/boringssl/+/platform-tools-${ANDROID_VERSION}/BORINGSSL_REVISION
set(ANDROID_VERSION 29.0.2)
set(BORINGSSL_VERSION c9827e073f64e353c4891ecc2c73721882543ee0)

# Vendor string used in version outputs.
set(ANDROID_VENDOR android-tools)

# The CMakeLists.txt in the vendor subdirectory is responsible for
# patching, building and installing the software.
Expand Down
Loading

0 comments on commit bcf1b98

Please sign in to comment.