am 4bfb4d31: am c59b1400: am 0efeb2c6: Merge "Fix the name of the native app glue lib in a header comment"

* commit '4bfb4d3100659dd51bd0d0779de3b2d5d1ee635b':
  Fix the name of the native app glue lib in a header comment
This commit is contained in:
Andrew Hsieh
2015-03-20 21:48:35 +00:00
committed by Android Git Automerger

View File

@@ -39,7 +39,7 @@ extern "C" {
* risk having the system force-close the application. This programming
* model is direct, lightweight, but constraining.
*
* The 'threaded_native_app' static library is used to provide a different
* The 'android_native_app_glue' static library is used to provide a different
* execution model where the application can implement its own main event
* loop in a different thread instead. Here's how it works:
*