| Index: build/java_apk.gypi
|
| diff --git a/build/java_apk.gypi b/build/java_apk.gypi
|
| index d183e819269df57a281c0297590859fbcafdd1c2..841a469e05b0fb3e35cd84336897b1a505145d33 100644
|
| --- a/build/java_apk.gypi
|
| +++ b/build/java_apk.gypi
|
| @@ -53,9 +53,7 @@
|
| # dependencies from being re-included.
|
| # native_libs_paths - The path to any native library to be included in this
|
| # target. This should be a path in <(SHARED_LIB_DIR). A stripped copy of
|
| -# the library will be included in the apk and symbolic links to the
|
| -# unstripped copy will be added to <(android_product_out) to enable native
|
| -# debugging.
|
| +# the library will be included in the apk.
|
| # resource_dir - The directory for resources.
|
| # R_package - A custom Java package to generate the resource file R.java in.
|
| # By default, the package given in AndroidManifest.xml will be used.
|
|
|