OSDN Git Service

Android: remove "tags" from Android.bp.
authorLongPing.WEI <weilongping@huawei.com>
Wed, 28 Nov 2018 06:37:40 +0000 (14:37 +0800)
committerrelan <relan@users.noreply.github.com>
Sat, 1 Dec 2018 12:39:15 +0000 (15:39 +0300)
Android's build system does not support "tags" anymore, remove this line
to fix compilation.

Android.bp

index 39673a7..f26e30c 100644 (file)
@@ -27,7 +27,6 @@ cc_defaults {
         "-DPACKAGE=\"exfat\"",
         "-DVERSION=\"1.3.0\"",
     ],
-    tags: ["optional"],
     shared_libs: ["liblog"],
 }