Fix glob syntax
am: 9cca8dd332

Change-Id: I8c8b4c659d6c6a5f37256c5ed56d03adf6b3cbd6
diff --git a/Android.bp b/Android.bp
index f97bb44..02cd991 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,7 +33,7 @@
 filegroup {
     name: "liblua-sources",
     srcs: [
-        "src/**.c",
+        "src/**/*.c",
     ],
     exclude_srcs: [
         // Exclude the interpreter