Skip to content

Commit 7e8875b

Browse files
committed
Make native_headers product_available
We're fixing the build system to correctly handle the image mutator and we must explicitly expose native_headers to product modules because some product modules use the sdk_version property. (Till now it worked because product modules incorrectly become the core variant) Bug: 370351758 Test: build Change-Id: I0a6efb080be1683d44ee33f2cab7d332b7ab1f9c
1 parent 6445f91 commit 7e8875b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Android.bp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ cc_library_headers {
4242
export_include_dirs: [
4343
"include/",
4444
],
45+
product_available: true,
4546
}
4647

4748
ndk_headers {

0 commit comments

Comments
 (0)