]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/Android.bp
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / lib / Android.bp
CommitLineData
a95c632b
AD
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
6cc_library_headers {
7 name: "libext2-headers",
8 host_supported: true,
480ccee3 9 recovery_available: true,
a95c632b
AD
10 target: {
11 windows: {
12 enabled: true,
13 },
14 },
15 export_include_dirs: ["."],
16}
17
18
19subdirs = [
20 "*",
21]