Skip to content

Commit

Permalink
daisy: biometrics: Cleanup Android.bp
Browse files Browse the repository at this point in the history
Signed-off-by: LinkBoi00 <[email protected]>
  • Loading branch information
SebaUbuntu authored and proxer05 committed Sep 4, 2021
1 parent 3bb8e19 commit dad89e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions biometrics/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ cc_binary {
defaults: ["hidl_defaults"],
init_rc: ["[email protected]"],
vintf_fragments: ["[email protected]"],
vendor: true,
relative_install_path: "hw",
srcs: [
"BiometricsFingerprint.cpp",
"service.cpp",
],

shared_libs: [
"libcutils",
"liblog",
Expand All @@ -18,5 +16,5 @@ cc_binary {
"libutils",
"[email protected]",
],

vendor: true,
}

0 comments on commit dad89e0

Please sign in to comment.