Skip to content

Commit

Permalink
Android: Add new feature in Android bp (#461)
Browse files Browse the repository at this point in the history
Add required sources files to Android.bp

Signed-off-by: LUU QUANG MINH <[email protected]>
Co-authored-by: LUU QUANG MINH <[email protected]>
  • Loading branch information
minminlittleshrimp and LUU QUANG MINH authored Mar 29, 2023
1 parent 966d971 commit 9212d3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ cc_binary {
"src/lib/dlt_client.c",
"src/shared/dlt_common.c",
"src/shared/dlt_config_file_parser.c",
"src/shared/dlt_multiple_files.c",
"src/shared/dlt_offline_trace.c",
"src/shared/dlt_protocol.c",
"src/shared/dlt_user_shared.c",
Expand Down Expand Up @@ -138,6 +139,7 @@ cc_library_shared {
"src/lib/dlt_filetransfer.c",
"src/lib/dlt_user.c",
"src/shared/dlt_common.c",
"src/shared/dlt_multiple_files.c",
"src/shared/dlt_protocol.c",
"src/shared/dlt_user_shared.c",
],
Expand Down

0 comments on commit 9212d3b

Please sign in to comment.