diff options
author | Tom O'Neill <tomo@google.com> | 2009-12-15 11:27:15 -0800 |
---|---|---|
committer | Tom O'Neill <tomo@google.com> | 2009-12-16 09:54:24 -0800 |
commit | 77560fc704f2933e0df8a4be0768b2439a0bab2a (patch) | |
tree | b42a79fbe8648db3bca5c2f1c0dd19c4670262ba /tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk | |
parent | 7a416277107f8ae46831fe8c5501f7e618a37f3e (diff) | |
download | android_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.tar.gz android_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.tar.bz2 android_development-77560fc704f2933e0df8a4be0768b2439a0bab2a.zip |
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
Diffstat (limited to 'tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk')
-rw-r--r-- | tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk b/tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk index 8e483519b..63961a32e 100644 --- a/tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk +++ b/tutorials/NotepadCodeLab/Notepadv2Solution/Android.mk @@ -17,6 +17,7 @@ LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) +# Only build apk if this package is added to CUSTOM_MODLUES in buildspec.mk LOCAL_MODULE_TAGS := optional # Only compile source java files in this apk. |