OSDN Git Service

Separate aidl dependencies from compiler dependencies
authorChristopher Wiley <wiley@google.com>
Tue, 19 Jan 2016 17:26:10 +0000 (09:26 -0800)
committerChristopher Wiley <wiley@google.com>
Wed, 20 Jan 2016 20:54:09 +0000 (12:54 -0800)
commit087f32730467b49dad8c334c7b2095fed319e598
treeb71239587a37335792ecdaf640b25706a8dff911
parent257796c62dea09ad4c75935ceeb2b660f7de7fff
Separate aidl dependencies from compiler dependencies

Both aidl and clang/gcc were putting their dependencies in the same
place.  Move aidl's dependencies to a file ending with .aidl.P rather
than the compiler's .P.

While here, inform kati that we have these special dep files.

Bug:26409006
Test: Rebuild, note both files being generated

Change-Id: I29d2eea822235d60713c2059f3a314e475eb5aa3
core/binary.mk
core/definitions.mk