1record_types { 2 type_info { 3 name: "ShouldRepro" 4 size: 4 5 alignment: 4 6 referenced_type: "type-1" 7 source_file: "/development/vndk/tools/header-checker/tests/integration/c_and_cpp/include/reproducability_c.h" 8 linker_set_key: "ShouldRepro" 9 self_type: "type-1" 10 } 11 fields { 12 referenced_type: "type-2" 13 field_offset: 0 14 field_name: "a" 15 access: public_access 16 } 17 access: public_access 18 record_kind: struct_kind 19 tag_info { 20 unique_id: "ShouldRepro" 21 } 22} 23builtin_types { 24 type_info { 25 name: "int" 26 size: 4 27 alignment: 4 28 referenced_type: "type-2" 29 source_file: "" 30 linker_set_key: "int" 31 self_type: "type-2" 32 } 33 is_unsigned: false 34 is_integral: true 35} 36elf_functions { 37 name: "repro" 38 binding: Global 39} 40