Make libstatspull_bindgen available to virt apex.

The library is required to log the atoms from virt apex. See bug for more details
Test: m succeeded. The whole topic is tested with statsd_testdrive 409
as mentioned in go/westworld-create-atom#step-3-test-your-atom

Change-Id: If8b13c9d1878265bfcb8e09fc1bd8e78e968f71f
This commit is contained in:
Shikha Panwar 2021-12-08 12:11:40 +00:00
parent 4915f04165
commit 03ac66e640
1 changed files with 5 additions and 0 deletions

View File

@ -44,6 +44,11 @@ rust_bindgen {
],
},
},
min_sdk_version: "apex_inherit",
apex_available: [
"//apex_available:platform",
"com.android.virt",
]
}
rust_library {