summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorDavid Anderson <dvander@google.com>2019-07-11 14:02:49 -0700
committerDavid Anderson <dvander@google.com>2019-07-11 15:56:16 -0700
commitb60553bfbed5ef2b1694a2ed12db4924c310eee2 (patch)
tree105b6e8a64a03d9aecc9d68fc20cda80a33d39cb /Android.bp
parent360596ad037abcbbade546375926f26c45e69f76 (diff)
downloadgsid-b60553bfbed5ef2b1694a2ed12db4924c310eee2.tar.gz
Move libfiemap_writer from fs_mgr to gsid.
The only consumer of this library is gsid. This CL moves it from fs_mgr. The code is identical with one exception: the namespace and library have been renamed to "libfiemap". Bug: 134536978 Test: gsid, fiemap_writer_test build Change-Id: I2eb3c5224a92c49b36bcc816306b40cc2c79a001
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 4b5d229..ba22afc 100644
--- a/Android.bp
+++ b/Android.bp
@@ -79,7 +79,7 @@ cc_binary {
],
static_libs: [
"libdm",
- "libfiemap_writer",
+ "libfiemap",
],
local_include_dirs: ["include"],
}