Skip to content
Commit 5ca8fe3c authored by Jiyong Park's avatar Jiyong Park
Browse files

Use framework_native_aidl 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
Test: m on sdk_phone_arm7
Merged-In: I8acb39522541f1e06d1a4b69b7a53b328c202eff
(cherry picked from commit 82f94056)
Change-Id: I8acb39522541f1e06d1a4b69b7a53b328c202eff
parent 8b4c9376
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment