meowth: Add touchview USE flag.

The touchview USE flag is needed for the chromeos-accelerometer-init
package to be built.  This package is necessary to store calibration
values within the VPD for the sensors.

BUG=b:74394409
BRANCH=stabilize-meowth-10444.B
TEST=Flash meowth.  Check that /lib/udev/light-init.sh is present on
DUT.

Change-Id: I18aa599b4fe5a3e75d010e2a12a53db0bf980759
Signed-off-by: Aseda Aboagye <aaboagye@google.com>
Reviewed-on: https://chromium-review.googlesource.com/956879
Tested-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Benson Leung <bleung@google.com>
Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
diff --git a/baseboard-meowth/profiles/base/make.defaults b/baseboard-meowth/profiles/base/make.defaults
index 11a4cc1..77c6c1e 100644
--- a/baseboard-meowth/profiles/base/make.defaults
+++ b/baseboard-meowth/profiles/base/make.defaults
@@ -14,5 +14,8 @@
 # Include prebuilt (&signed) CR50 FW
 USE="${USE} cr50_onboard"
 
+# Enable touch in Chrome.
+USE="${USE} touchview"
+
 # BT driver firmware
 LINUX_FIRMWARE="${LINUX_FIRMWARE} ibt_9560"