Skip to content

Commit

Permalink
Roll buildroot to support Android SDK 28 (flutter#7245)
Browse files Browse the repository at this point in the history
* Roll to buildroot and support Android SDK 28

* Ubuntu 16 for android build test
  • Loading branch information
dnfield authored Dec 19, 2018
1 parent 526e0e3 commit cfbc948
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ allowed_hosts = [
]

deps = {
'src': 'https://github.com/flutter/buildroot.git' + '@' + '8e538639660413490ea9261eee84864005e240f4',
'src': 'https://github.com/flutter/buildroot.git' + '@' + '5f54a3e98dea0a79589820527658b49fef7916ea',

# Fuchsia compatibility
#
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:14.04
FROM ubuntu:16.04

ENV DEPOT_TOOLS_PATH $HOME/depot_tools
ENV ENGINE_PATH $HOME/engine
Expand Down
6 changes: 3 additions & 3 deletions shell/platform/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -146,16 +146,16 @@ java_library("flutter_shell_java") {
]

deps = [
":android_support_v4",
":android_support_v13",
]

jar_path = "$root_out_dir/flutter_java.jar"
}

java_prebuilt("android_support_v4") {
java_prebuilt("android_support_v13") {
supports_android = true

jar_path = "//third_party/android_tools/sdk/extras/android/support/v4/android-support-v4.jar"
jar_path = "//third_party/android_tools/sdk/extras/android/support/v13/android-support-v13.jar"
}

copy("flutter_shell_assets") {
Expand Down

0 comments on commit cfbc948

Please sign in to comment.