encoder: Add host support

Test: Build libhevc on host
Bug: 139379050
Change-Id: Ie4698f91364a0ba2beea842cd9cc75ade41cd7e5
diff --git a/Android.bp b/Android.bp
index 529ac55..15c4458 100644
--- a/Android.bp
+++ b/Android.bp
@@ -422,7 +422,7 @@
 cc_library_static {
     name: "libhevcenc",
     vendor_available: true,
-
+    host_supported: true,
     cflags: [
         "-DENABLE_MAIN_REXT_PROFILE",
         "-fPIC",
@@ -776,6 +776,7 @@
 
 cc_test {
     name: "hevcenc",
+    host_supported: true,
     cflags: [
         "-DARM",
         "-fPIC",