X-Git-Url: https://git.sven.stormbind.net/?p=sven%2Fexfatprogs.git;a=blobdiff_plain;f=dump%2FAndroid.bp;fp=dump%2FAndroid.bp;h=a39b245736deb982a5c806c8c3a3ef5acad6f34b;hp=0000000000000000000000000000000000000000;hb=4d5b0617d5bbdb7c887c479899b22a56d75d4c15;hpb=ca9b0f7353eba0cfbee98236d3487bbb6a8ec26f diff --git a/dump/Android.bp b/dump/Android.bp new file mode 100644 index 0000000..a39b245 --- /dev/null +++ b/dump/Android.bp @@ -0,0 +1,11 @@ +// Copyright 2021 The Android Open Source Project + +cc_binary { + name: "dump.exfat", + + srcs: [ + "dump.c", + ], + defaults: ["exfatprogs-defaults"], + static_libs: ["libexfat"], +}