Loading trusty/secretkeeper/Android.bp +2 −4 Original line number Diff line number Diff line Loading @@ -27,18 +27,16 @@ rust_binary { "src/hal_main.rs", ], rustlibs: [ "android.hardware.security.secretkeeper-V1-rust", "libandroid_logger", "libauthgraph_hal", "libauthgraph_wire", "libbinder_rs", "liblibc", "liblog_rust", "libsecretkeeper_hal", "libsecretkeeper_hal_v1", "libtrusty-rs", ], defaults: [ "secretkeeper_use_latest_hal_aidl_rust", ], prefer_rlib: true, } Loading Loading
trusty/secretkeeper/Android.bp +2 −4 Original line number Diff line number Diff line Loading @@ -27,18 +27,16 @@ rust_binary { "src/hal_main.rs", ], rustlibs: [ "android.hardware.security.secretkeeper-V1-rust", "libandroid_logger", "libauthgraph_hal", "libauthgraph_wire", "libbinder_rs", "liblibc", "liblog_rust", "libsecretkeeper_hal", "libsecretkeeper_hal_v1", "libtrusty-rs", ], defaults: [ "secretkeeper_use_latest_hal_aidl_rust", ], prefer_rlib: true, } Loading