Skip to content

Commit 99e8fcf

Browse files
author
jiangjiawen
committed
suit for 4.2
1 parent 333fdda commit 99e8fcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

remove_redef.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
fdir=sys.argv[1]
1515
drawables=fdir +"/res/values/drawables.xml"
1616
dimens=fdir +"/res/values/dimens.xml"
17-
filnames=[ drawables, dimens ]
17+
colors=fdir +"/res/values/colors.xml"
18+
filnames=[ drawables, dimens, colors]
1819
for filename in filnames:
1920
xmldoc = minidom.parse(filename)
2021
root = xmldoc.firstChild

0 commit comments

Comments
 (0)