Whamcloud - gitweb
01f6c3dd37b737effb6d574250a631cae4310cfe
[tools/e2fsprogs.git] / lib / Android.bp
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     vendor_available: true,
10     product_available: true,
11     ramdisk_available: true,
12     vendor_ramdisk_available: true,
13     recovery_available: true,
14     target: {
15         windows: {
16             enabled: true,
17         },
18     },
19     export_include_dirs: ["."],
20     apex_available: [
21         "//apex_available:platform",
22         "com.android.virt",
23     ],
24 }
25
26
27 subdirs = [
28     "*",
29 ]