uwb: allow nfc hal to access uwb calibration

Bug: 220167093
Test: build
Signed-off-by: Victor Liu <victorliu@google.com>
Change-Id: I1753f7d6485fae4d0046e4a4d2a552d98a7749c6
This commit is contained in:
Victor Liu 2022-03-09 10:40:48 -08:00 committed by TreeHugger Robot
parent d8a9805e95
commit 4fd515b5e5

View file

@ -8,7 +8,7 @@ fi
OUTPUT_CALIB="$2"
if [ ! -f "$OUTPUT_CALIB" ]; then
touch $OUTPUT_CALIB
chmod 0600 $OUTPUT_CALIB
chmod 0644 $OUTPUT_CALIB
file="$1"
while IFS=, read -r f1 f2
do