Add a filegroup for AIDL files in frameworks/native/aidl
The AIDL files under frameworks/native/aidl have been referenced via their absolute paths. This required any module that has an AIDL file depending on the AIDL types in the frameworks directory to explicitly set the include path. Fixing the problem by abstracting the AIDL files using filegroup where the path property is set to the base directory for the files. The base directory is used as include paths when the filegroup is added to srcs. Bug: 135922046 Test: m Change-Id: Ie416e49734e6e50c1e3fa41d5db6d32a662e0855
Loading
Please register or sign in to comment