platform_build/tools/atree/Android.bp
Dan Willemsen c0a0f2dc1f Convert to Android.bp
Test: m atree fs_config fs_config_generate_test fs_config-unit-tests fs_get_stats zipalign
Test: cd out/host/linux-x86/nativetest64/fs_config-unit-tests ./fs_config-unit-tests
Change-Id: I3c5403a7f1cf221715eb52a41c640af9afcee175
2017-09-09 13:47:34 -07:00

13 lines
270 B
Text

// Copyright 2007 The Android Open Source Project
//
// Copies files into the directory structure described by a manifest
cc_binary_host {
name: "atree",
srcs: [
"atree.cpp",
"files.cpp",
"fs.cpp",
],
static_libs: ["libhost"],
}