OSDN Git Service

Merge "ndk-build: On Windows, check that a Cygwin-compatible GNU Make is being used...
authorDavid 'Digit' Turner <digit@google.com>
Wed, 9 Jun 2010 00:56:45 +0000 (17:56 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 9 Jun 2010 00:56:45 +0000 (17:56 -0700)
docs/ANDROID-MK.TXT

index 03c34c7..3857385 100644 (file)
@@ -125,8 +125,8 @@ that will be passed directly to a compiler, and you should be good.
 
 Note that the default extension for C++ source files is '.cpp'. It is
 however possible to specify a different one by defining the variable
-LOCAL_DEFAULT_CPP_EXTENSION. Don't forget the initial dot (i.e. '.cxx'
-will work, but not 'cxx').
+LOCAL_CPP_EXTENSION. Don't forget the initial dot (i.e. '.cxx' will
+work, but not 'cxx').
 
   include $(BUILD_SHARED_LIBRARY)