Skip to content

Commit 7002718

Browse files
ducrohetAndroid (Google) Code Review
authored andcommitted
Merge "Add the new Ant build rules for library projects. Bug: 2294012"
2 parents 2f657ec + 8badeab commit 7002718

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build/sdk.atree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ sdk/templates/icon_mdpi.png platforms/${PLATFORM_NAME}/templates/icon_mdpi.png
6565
sdk/templates/icon_hdpi.png platforms/${PLATFORM_NAME}/templates/icon_hdpi.png
6666

6767
# sdk.git files
68-
sdk/files/ant.properties platforms/${PLATFORM_NAME}/templates/ant.properties
69-
sdk/files/android_rules.xml platforms/${PLATFORM_NAME}/templates/android_rules.xml
68+
sdk/files/ant.properties platforms/${PLATFORM_NAME}/templates/ant.properties
69+
sdk/files/android_rules.xml platforms/${PLATFORM_NAME}/templates/android_rules.xml
70+
sdk/files/android_lib_rules.xml platforms/${PLATFORM_NAME}/templates/android_lib_rules.xml
7071
sdk/files/android_test_rules.xml platforms/${PLATFORM_NAME}/templates/android_test_rules.xml
71-
sdk/files/devices.xml tools/lib/devices.xml
72+
sdk/files/devices.xml tools/lib/devices.xml
7273

7374
# emacs support from sdk.git
7475
sdk/files/android.el tools/lib/android.el

0 commit comments

Comments
 (0)