commit | 2b15cf1abf2f41e3a9f7edc99d65a9e9d38e6c25 | [log] [tgz] |
---|---|---|
author | David Warren <nobody@android.com> | Thu Apr 30 17:23:42 2009 -0700 |
committer | The Android Open Source Project <initial-contribution@android.com> | Thu Apr 30 17:23:42 2009 -0700 |
tree | 6044efa0de988278b81405cfb3cce6b9b3fca870 | |
parent | 390be0e33d61654113b4bdc9b1974b33eebd2205 [diff] |
AI 148129: Missing \ in Pdk.Mk causing build to not go through - Gaurav Automated import of CL 148129
diff --git a/pdk/Pdk.mk b/pdk/Pdk.mk index 84cf383..42d1036 100644 --- a/pdk/Pdk.mk +++ b/pdk/Pdk.mk
@@ -186,7 +186,7 @@ LOCAL_DROIDDOC_OPTIONS:= \ -toroot /online-pdk/ \ - -hdf android.whichdoc online + -hdf android.whichdoc online \ -hdf android.whichmodule $(LOCAL_MODULE) LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR := build/tools/droiddoc/templates-pdk