summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Paul Duffin <paulduffin@google.com> 2021-02-19 13:49:08 +0000
committer Paul Duffin <paulduffin@google.com> 2021-02-22 18:05:10 +0000
commit33056e8a9afa4a99ba685fce7168bdf481230b21 (patch)
treef7b1bab52c0aa6b1c58853506dd7df0d68c2442b /java/java_test.go
parentbc179bc44fae5c632e100ea89a0a793ddcf77e98 (diff)
Export aidl, proto and sysprop generated headers separately
Previously, a cc library that included .aidl, .proto and/or .sysprop files and exported headers generated from at least one of those types would actually export generated headers from all of them. While headers generated from .sysprop files are always exported those generated from .aidl or .proto should only be exported when explicitly requested. This change treats them separately as expected. It has the potential to break the build as it could reduce the set of headers exported and so a dependent module that needed those would break. The fix in that case is to simply add one (or both) of the following to the module that previously exported those headers: aidl: { export_aidl_headers: true, } proto: { export_proto_headers: true, } Bug: 180712399 Test: m droid Change-Id: I488182e27dd423d261443612f98d5c112dd3ef8f
Diffstat (limited to 'java/java_test.go')
0 files changed, 0 insertions, 0 deletions