Use the exposed librecovery_ui in device specific recovery code

Use the librecovery_ui as shared library instead of including
bootable/recovery.

Bug: 76436783
Test: mma
Change-Id: Id7f87c14db6c44685acd1d153f42d1b059e3582e
(cherry picked from commit 73c3b397a4af925b93c3815416817050416f003c)
diff --git a/recovery/recovery_ui.cpp b/recovery/recovery_ui.cpp
index d67ff5f..e82be6a 100644
--- a/recovery/recovery_ui.cpp
+++ b/recovery/recovery_ui.cpp
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#include <device.h>
-#include <screen_ui.h>
+#include <recovery_ui/device.h>
+#include <recovery_ui/screen_ui.h>
 
 namespace android {
 namespace device {