[go: up one dir, main page]

Menu

[1f56fb]: / lib / Android.bp  Maximize  Restore  History

Download this file

22 lines (18 with data), 482 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
// 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,
recovery_available: true,
target: {
windows: {
enabled: true,
},
},
export_include_dirs: ["."],
}
subdirs = [
"*",
]