24 lines
539 B
Plaintext
24 lines
539 B
Plaintext
// Copyright 2017 The Android Open Source Project
|
|
|
|
// All the libraries under this directory export their headers as relative
|
|
// paths to this directory (external/e2fsprogs/lib). This is a helper headers
|
|
// only library to allow exporting
|
|
cc_library_headers {
|
|
name: "libext2-headers",
|
|
host_supported: true,
|
|
vendor_available: true,
|
|
ramdisk_available: true,
|
|
recovery_available: true,
|
|
target: {
|
|
windows: {
|
|
enabled: true,
|
|
},
|
|
},
|
|
export_include_dirs: ["."],
|
|
}
|
|
|
|
|
|
subdirs = [
|
|
"*",
|
|
]
|