aboutsummaryrefslogtreecommitdiff
path: root/lib/Android.bp
blob: d877475a5859ecbd531b69ca7a82f6818486efeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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 = [
    "*",
]