1 // Copyright 2017 The Android Open Source Project 2 3 // All the libraries under this directory export their headers as relative 4 // paths to this directory (external/e2fsprogs/lib). This is a helper headers 5 // only library to allow exporting 6 cc_library_headers { 7 name: "libext2-headers", 8 host_supported: true, 9 target: { 10 windows: { 11 enabled: true, 12 }, 13 }, 14 export_include_dirs: ["."], 15 } 16 17 18 subdirs = [ 19 "*", 20 ] 21