Skip to content
Commit fea19cf4 authored by Xiaowen Lei's avatar Xiaowen Lei
Browse files

Fix sysui-studio build broken by ag/21408305.

This CL fixes the following sysui-studio build error:
```
Execution failed for task ':SystemUILib:packageDebugResources'.
> /usr/local/google/home/xilei/android_platform/tm-qpr-dev/frameworks/base/packages/SystemUI/res/values/strings.xml: Error: Found item String/security_settings_sfps_enroll_find_sensor_message more than one time
```

Looks like these need to be in res-product/ instead of res/, in order
for the filtering script to work. Filtering script:
  studio-dev/SysUIGradleProject/buildSrc/src/main/groovy/FilterResourcesTask.groovy

Bug: 236188940
Bug: 267407905
Test: build in sysui-studio.
Test: build with `m`
Change-Id: Ia940c0d6f68ddd793aa7d27ea33f33fffcabce47
parent e58ae094
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment