Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Remove an unnecessary NDK include path.
Browse files Browse the repository at this point in the history
    The NDK include path is implied by the --sysroot flag, which we're
    already passing everywhere.

    Change-Id: I1fefe343e680e899723e05fcd22c2229d8a06f38
    Reviewed-on: https://chromium-review.googlesource.com/1103585
    Commit-Queue: Peter Collingbourne <[email protected]>
    Commit-Queue: Nico Weber <[email protected]>
    Reviewed-by: Nico Weber <[email protected]>
    Cr-Commit-Position: refs/heads/master@{#567884}
  • Loading branch information
Peter Collingbourne authored and kiwibrowser committed Oct 29, 2020
1 parent 2fea68a commit 2904a2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions build/config/android/config.gni
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ if (is_android || is_chromeos) {

android_sdk =
"${android_sdk_root}/platforms/android-${android_sdk_platform_version}"

# Path to the Android NDK and SDK.
android_ndk_include_dir = "$android_ndk_root/usr/include"

android_sdk_tools = "${android_sdk_root}/tools"
android_sdk_build_tools =
"${android_sdk_root}/build-tools/$android_sdk_build_tools_version"
Expand Down
2 changes: 0 additions & 2 deletions chrome/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1787,8 +1787,6 @@ if (is_android) {
"app/chrome_main_delegate.h",
]

include_dirs = [ android_ndk_include_dir ]

libs = [
"android",
"jnigraphics",
Expand Down

0 comments on commit 2904a2c

Please sign in to comment.