ebtables: Convert to standalone build

 * There is no need to create 20 shared libraries on an Android
   build. Convert to a standalone build to eliminate this noise.
 * Additionally, the scriptage in the Android makefile causes
   Ninja to regenerate it's configuration for every build. Fix it.
 * These files can be generated by the standard makefile as part
   of the "static" target.

Change-Id: I1de9f93caf563c10f49c72a884b4c96aaf5335e0
diff --git a/extensions/ebtable_broute.c b/extensions/ebtable_broute.c
index 5259355..ea7aa89 100644
--- a/extensions/ebtable_broute.c
+++ b/extensions/ebtable_broute.c
@@ -23,7 +23,7 @@
 	.help		= print_help,
 };
 
-void _init(void)
+void _t_broute_init(void)
 {
 	ebt_register_table(&table);
 }