History log of /development/tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk
Revision Date Author Comments
77560fc704f2933e0df8a4be0768b2439a0bab2a 15-Dec-2009 Tom O'Neill <tomo@google.com> Finish adding Makefiles for the Notepad tutorial.

Add the missing makefiles for the non-solution versions of the tutorial
code. Required providing missing imports in Notepadv2. Also standardized
white spaces using Source > Correct Indentation in Eclipse and a few
manual changes. This was done to minimize differences such as:

diff -r Notepadv1 Notepadv1Solution
diff -r Notepadv1Solution/src/com/android/demo/notepad1/ Notepadv2/src/com/android/demo/notepad2/

Change-Id: Ie8b10efd61f2200b3c741ea500a6924710ab54ed
f2519b444f658d2d7af8f85b0b95d12f32cf8bd2 11-Dec-2009 Tom O'Neill <tomo@google.com> Add Android.mk files for the Notepad tutorial's solutions

Now the tutorial is built as part of the standard build, but not installed
as part of the system image. Required localizing an android:text field
that was already localized in Notepadv1 but for some odd reason was no
longer localized in v2 and v3.

Change-Id: I0e1b41a4efa454a503b788b0698593136662a014