dre: organize tree to match sm8350-common

Change-Id: Ia5a9a9a70d662c3fcfef9a30c8fa78acc734b59a
This commit is contained in:
Nick Reuter 2024-12-26 21:19:14 -06:00 committed by Albert Tang
parent a84d257640
commit 00bfc3b725
3 changed files with 64 additions and 66 deletions

View file

@ -429,6 +429,13 @@
<item>80</item>
</integer-array>
<!-- Indicate available ColorDisplayManager.COLOR_MODE_xxx. -->
<integer-array name="config_availableColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL -->
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
<item>2</item> <!-- COLOR_MODE_SATURATED -->
</integer-array>
<!-- Indicates whether device has a power button fingerprint sensor. -->
<bool name="config_is_powerbutton_fps" translatable="false">true</bool>