Make oemaids_headers available to vendor.

This change makes the oemaids_headers header library
available to vendor side.

Bug: 149665231
Test: Tested compilation, oemaids_headers is available to
a sample vendor binary.

Change-Id: I87369f1db883e40e83d6076defdd4c0d84aac46f
This commit is contained in:
P.Adarsh Reddy 2020-02-18 14:53:22 +05:30 committed by Adarsh Reddy
parent ae541174cc
commit 8b2e7c9c51
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ genrule {
cc_library_headers {
name: "oemaids_headers",
vendor_available: true,
generated_headers: ["oemaids_header_gen"],
export_generated_headers: ["oemaids_header_gen"],
}