| # Copied from https://cs.android.com/android/platform/superproject/main/+/main:libnativehelper/header_only_include/nativehelper/;drc=9be44a65621826a8c3acc5d694ad7f65f60a9813 |
| # and https://cs.android.com/android/platform/superproject/main/+/main:libnativehelper/include/nativehelper/JNIHelp.h;drc=88c826d2c0b20f8c29e5549333c49fb824055e6a |
| source_set("nativehelper") { |
| sources = [ |
| "JNIHelp.h", |
| "nativehelper_utils.h", |
| "scoped_local_frame.h", |
| "scoped_local_ref.h", |
| "scoped_primitive_array.h", |
| "scoped_string_chars.h", |
| "scoped_utf_chars.h", |
| "utils.h", |
| ] |
| } |