Loading services/core/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ genrule { "{ ! (diff $(out) $(location :services.core.protolog.json) | grep -q '^<') || " + "{ echo -e '\\n\\n################################################################\\n#\\n" + "# ERROR: ProtoLog viewer config is stale. To update it, run:\\n#\\n" + "# cp $(location :generate-protolog.json) " + "$(location :services.core.protolog.json)\\n#\\n" + "# cp $${ANDROID_BUILD_TOP}/$(location :generate-protolog.json) " + "$${ANDROID_BUILD_TOP}/$(location :services.core.protolog.json)\\n#\\n" + "################################################################\\n\\n' >&2 && false; } }", out: ["services.core.protolog.json"], } Loading Loading
services/core/Android.bp +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ genrule { "{ ! (diff $(out) $(location :services.core.protolog.json) | grep -q '^<') || " + "{ echo -e '\\n\\n################################################################\\n#\\n" + "# ERROR: ProtoLog viewer config is stale. To update it, run:\\n#\\n" + "# cp $(location :generate-protolog.json) " + "$(location :services.core.protolog.json)\\n#\\n" + "# cp $${ANDROID_BUILD_TOP}/$(location :generate-protolog.json) " + "$${ANDROID_BUILD_TOP}/$(location :services.core.protolog.json)\\n#\\n" + "################################################################\\n\\n' >&2 && false; } }", out: ["services.core.protolog.json"], } Loading