mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[styles] Disable unused designer drules
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
b1710c0fd6
commit
de4ec645b6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user