[styles] Disable unused designer drules

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-12 15:02:50 +07:00
committed by Konstantin Pastbin
parent b1710c0fd6
commit de4ec645b6

View File

@@ -100,6 +100,8 @@ done
rm -rf "$DATA_PATH"/symbols/*/design/
for i in ${symbols_name[*]}; do
cp -r "$DATA_PATH"/symbols/"${i}"/light/ "$DATA_PATH"/symbols/"${i}"/design/
done
# The styles designer is not used at the moment.
# If enabled then remove design symbols from bundled android assets in android/sdk/src/main/assets/symbols
# for i in ${symbols_name[*]}; do
# cp -r "$DATA_PATH"/symbols/"${i}"/light/ "$DATA_PATH"/symbols/"${i}"/design/
# done