Commit 2885ffda authored by Yipeng Wang's avatar Yipeng Wang Committed by Commit Bot

Make chrome_android_core depend on generic_sensor and sensors

Required for an upcoming refactor that will have all calls to
RegisterNatives() be done from JNI_OnLoad().

Bug: 683256
Change-Id: I2c08d1ff35192d65bdf010d5ac820a3167aa6d6d
Reviewed-on: https://chromium-review.googlesource.com/527678Reviewed-by: default avatarAndrew Grieve <agrieve@chromium.org>
Commit-Queue: Yipeng Wang <yipengw@chromium.org>
Cr-Commit-Position: refs/heads/master@{#478370}
parent e7c54372
......@@ -1716,6 +1716,15 @@ if (is_android) {
"//content/public/common:service_names",
"//services/service_manager/embedder",
]
# Explicit dependency required for JNI registration to be able to
# find the native side functions.
if (is_android && is_component_build) {
deps += [
"//device/generic_sensor",
"//device/sensors",
]
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment