Android-x86
Fork
捐款

  • R/O
  • HTTP
  • SSH
  • HTTPS

ndk: 提交

ndk


Commit MetaInfo

修訂aec909d5e66b2f05086b9ee3236842ce049e74d0 (tree)
時間2010-06-09 02:38:40
作者David 'Digit' Turner <digit@goog...>
CommiterDavid 'Digit' Turner

Log Message

Fix simple doc typo (LOCAL_DEFAULT_CPP_EXTENSION => LOCAL_CPP_EXTENSION)

Change-Id: I993a974c6ce42114441153c384536cb3dcbfed87

Change Summary

差異

--- a/docs/ANDROID-MK.TXT
+++ b/docs/ANDROID-MK.TXT
@@ -125,8 +125,8 @@ that will be passed directly to a compiler, and you should be good.
125125
126126 Note that the default extension for C++ source files is '.cpp'. It is
127127 however possible to specify a different one by defining the variable
128-LOCAL_DEFAULT_CPP_EXTENSION. Don't forget the initial dot (i.e. '.cxx'
129-will work, but not 'cxx').
128+LOCAL_CPP_EXTENSION. Don't forget the initial dot (i.e. '.cxx' will
129+work, but not 'cxx').
130130
131131 include $(BUILD_SHARED_LIBRARY)
132132
Show on old repository browser