Skip to content

Commit

Permalink
Add apk native libs to the inputs of appropriate actions
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/870093002

Cr-Commit-Position: refs/heads/master@{#312933}
  • Loading branch information
cjhopman authored and Commit bot committed Jan 23, 2015
1 parent 756e484 commit 2a45266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/config/android/internal_rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ template("write_build_config") {

if (is_apk) {
if (defined(invoker.native_libs)) {
inputs += invoker.native_libs
rebased_native_libs = rebase_path(invoker.native_libs, root_build_dir)
rebased_android_readelf = rebase_path(android_readelf, root_build_dir)
args += [
Expand Down
4 changes: 1 addition & 3 deletions build/config/android/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -1341,9 +1341,7 @@ template("android_apk") {
outputs = [
depfile,
]
inputs = [
_build_config,
]
inputs = [ _build_config ] + _native_libs
deps = []
skip_packing_list = [
"gdbserver",
Expand Down

0 comments on commit 2a45266

Please sign in to comment.