Include i18n packages to fix build

We really shouldn't need these; this is a minimal build with no ability
to run UI or display text at all, but hiddenapi was upset about their
absence.

Bug: 139316872
Change-Id: I959c28cf3d9f06132381bf31e95f28c91dbef3fc
diff --git a/qemu_trusty_base.mk b/qemu_trusty_base.mk
index 8b28423..a5156f8 100644
--- a/qemu_trusty_base.mk
+++ b/qemu_trusty_base.mk
@@ -24,6 +24,7 @@
     system_manifest.xml \
     framework_manifest.xml \
     apexd \
+    com.android.i18n \
     com.android.runtime \
     dhcpclient \
     gatekeeperd \