Skip to content

Commit

Permalink
[meta] [FIX]: use Soong for dbgen
Browse files Browse the repository at this point in the history
  • Loading branch information
0xf104a committed May 3, 2024
1 parent 93c20a9 commit ba16256
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 19 deletions.
17 changes: 17 additions & 0 deletions dbgen/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "dbgen",
"type": "cc_binary",
"srcs": [
"arguments.c",
"dbgen.c",
"message.c"
],
"local_include_dirs": ["."],
"static_libs": ["libvalor"],
"cflags": ["-Wall", "-Wextra"],
"target": {
"host": {
"enabled": true
}
}
}
19 changes: 0 additions & 19 deletions dbgen/Android.mk

This file was deleted.

0 comments on commit ba16256

Please sign in to comment.