diff options
author | Tor Norbye <tnorbye@google.com> | 2012-06-22 15:44:58 -0700 |
---|---|---|
committer | Tor Norbye <tnorbye@google.com> | 2012-06-22 15:44:58 -0700 |
commit | fd95d93490552794c1074a60fde9c25fc33fa52c (patch) | |
tree | 394aadaf11a13fcdeb99197f6bc4532a87261e51 /build | |
parent | 960433ddfada5e246feccdc167a0af183f30bb0a (diff) | |
download | sdk-fd95d93490552794c1074a60fde9c25fc33fa52c.zip sdk-fd95d93490552794c1074a60fde9c25fc33fa52c.tar.gz sdk-fd95d93490552794c1074a60fde9c25fc33fa52c.tar.bz2 |
Package templates correctly
Change-Id: Ia6f797169f6b5a3cd29b1bcf07d7f3750b5e3b73
Diffstat (limited to 'build')
-rw-r--r-- | build/tools.atree | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/build/tools.atree b/build/tools.atree index 66281ba..c28352b 100644 --- a/build/tools.atree +++ b/build/tools.atree @@ -149,11 +149,9 @@ prebuilts/tools/common/proguard/proguard4.7/bin/retrace.sh tools/proguard/bi prebuilts/tools/common/proguard/proguard4.7/src/proguard/ant/task.properties tools/proguard/ant/task.properties # Templates -sdk/templates/projects/NewAndroidApplication tools/templates/projects/NewAndroidApplication -sdk/templates/activities/BlankActivity tools/templates/activities/BlankActivity -sdk/templates/activities/MasterDetailFlow tools/templates/activities/MasterDetailFlow -sdk/templates/other/CustomView tools/templates/other/CustomView -#sdk/templates/resources tools/templates/resources +sdk/templates/projects tools/templates/projects +sdk/templates/activities tools/templates/activities +sdk/templates/other tools/templates/other # SDK Controller sdk/apps/SdkController tools/apps/SdkController |