Loading security/keymint/aidl/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,13 @@ cc_defaults { ], } cc_defaults { name: "keymint_use_latest_hal_aidl_cpp_shared", shared_libs: [ "android.hardware.security.keymint-V3-cpp", ], } // A rust_defaults that includes the latest KeyMint AIDL library. // Modules that depend on KeyMint directly can include this cc_defaults to avoid // managing dependency versions explicitly. Loading Loading
security/keymint/aidl/Android.bp +7 −0 Original line number Diff line number Diff line Loading @@ -71,6 +71,13 @@ cc_defaults { ], } cc_defaults { name: "keymint_use_latest_hal_aidl_cpp_shared", shared_libs: [ "android.hardware.security.keymint-V3-cpp", ], } // A rust_defaults that includes the latest KeyMint AIDL library. // Modules that depend on KeyMint directly can include this cc_defaults to avoid // managing dependency versions explicitly. Loading