Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegapinski committed Oct 31, 2022
0 parents commit 184a639
Show file tree
Hide file tree
Showing 5 changed files with 2,419 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cc_binary {
name: "tesla-android-virtual-display",

srcs: ["tesla-android-virtual-display.cpp"],

shared_libs: [
"libcutils",
"libutils",
"libbinder",
"libjnigraphics",
"libui",
"libgui",
"libjpeg",
],

cflags: [
"-Wall",
"-Werror",
"-Wunused",
"-Wunreachable-code",
"-fexceptions",
"-std=c++17",
],
}
Loading

0 comments on commit 184a639

Please sign in to comment.