| Index: chrome/android/webapk/libs/client/BUILD.gn
|
| diff --git a/chrome/android/webapk/libs/client/BUILD.gn b/chrome/android/webapk/libs/client/BUILD.gn
|
| index 1fd1e3c66b7c3634beb36efb909afa0c2eea9c95..8d9697243ad49416773001318728ed00edfbab88 100644
|
| --- a/chrome/android/webapk/libs/client/BUILD.gn
|
| +++ b/chrome/android/webapk/libs/client/BUILD.gn
|
| @@ -4,6 +4,7 @@
|
|
|
| import("//build/config/android/rules.gni")
|
| import("//chrome/android/webapk/libs/runtime_library_version.gni")
|
| +import("//chrome/android/webapk/shell_apk/shell_apk_version.gni")
|
|
|
| android_library("client_java") {
|
| java_files = [
|
| @@ -24,7 +25,10 @@ java_cpp_template("runtime_library_version_java") {
|
| sources = [
|
| "src/org/chromium/webapk/lib/client/WebApkVersion.template",
|
| ]
|
| - defines = [ "CURRENT_RUNTIME_DEX_VERSION_VALUE=$runtime_library_version" ]
|
| + defines = [
|
| + "CURRENT_RUNTIME_DEX_VERSION_VALUE=$runtime_library_version",
|
| + "CURRENT_SHELL_APK_VERSION_VALUE=$shell_apk_version",
|
| + ]
|
| }
|
|
|
| junit_binary("webapk_client_junit_tests") {
|
|
|