1# Copied from https://cs.android.com/android/platform/superproject/main/+/main:libnativehelper/header_only_include/nativehelper/;drc=9be44a65621826a8c3acc5d694ad7f65f60a9813 2# and https://cs.android.com/android/platform/superproject/main/+/main:libnativehelper/include/nativehelper/JNIHelp.h;drc=88c826d2c0b20f8c29e5549333c49fb824055e6a 3source_set("nativehelper") { 4 sources = [ 5 "JNIHelp.h", 6 "nativehelper_utils.h", 7 "scoped_local_frame.h", 8 "scoped_local_ref.h", 9 "scoped_primitive_array.h", 10 "scoped_string_chars.h", 11 "scoped_utf_chars.h", 12 "utils.h", 13 ] 14} 15