From 62d93dd1b2355594803d1caeb43b0fa480eb4ad1 Mon Sep 17 00:00:00 2001 From: Vishnu Nair Date: Tue, 6 Feb 2018 14:40:42 -0800 Subject: [PATCH] Update winscope proto lookup path - fix build issue caused by recent privacy proto extensions Test: npm rum dev Bug: 64831661 Change-Id: Iae08d10a4de82a5cbe2d7561c4b8884f78d96399 --- tools/winscope/webpack.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tools/winscope/webpack.config.js b/tools/winscope/webpack.config.js index 38b9f19a2..677391e3c 100644 --- a/tools/winscope/webpack.config.js +++ b/tools/winscope/webpack.config.js @@ -45,7 +45,10 @@ module.exports = { test: /\.proto$/, loader: 'proto-loader', options: { - paths: [path.resolve(__dirname, '../../..')] + paths: [ + path.resolve(__dirname, '../../..'), + path.resolve(__dirname, '../../../external/protobuf/src') + ] } }, {