diff --git a/confirmationui/1.0/default/Android.bp b/confirmationui/1.0/default/Android.bp index ecba064b21..33a1e078a9 100644 --- a/confirmationui/1.0/default/Android.bp +++ b/confirmationui/1.0/default/Android.bp @@ -17,6 +17,7 @@ cc_binary { name: "android.hardware.confirmationui@1.0-service", init_rc: ["android.hardware.confirmationui@1.0-service.rc"], + vintf_fragments: ["android.hardware.confirmationui@1.0-service.xml"], vendor: true, relative_install_path: "hw", cflags: [ @@ -39,4 +40,4 @@ cc_binary { "liblog", "libutils", ], -} \ No newline at end of file +} diff --git a/confirmationui/1.0/default/android.hardware.confirmationui@1.0-service.xml b/confirmationui/1.0/default/android.hardware.confirmationui@1.0-service.xml new file mode 100644 index 0000000000..9008b872e6 --- /dev/null +++ b/confirmationui/1.0/default/android.hardware.confirmationui@1.0-service.xml @@ -0,0 +1,11 @@ + + + android.hardware.confirmationui + hwbinder + 1.0 + + IConfirmationUI + default + + +