commit | eb72f666b752dc07c7a9e41c9c487b4c3ec18029 | [log] [tgz] |
---|---|---|
author | Yo Chiang <yochiang@google.com> | Thu Jun 04 15:28:44 2020 +0800 |
committer | Yo Chiang <yochiang@google.com> | Thu Jun 04 15:37:38 2020 +0800 |
tree | 835a7cca1bafed781253cf01a4ceac2273e8366f | |
parent | d1626984eff89f66647cdb4c498de6bcc9270fbe [diff] |
Fix makefile include hierarchy TARGET module android.hardware.media.c2@1.0-service_32 requires non-existent: codec2.vendor.base.policy The makefile defining codec2.vendor.base.policy is not included by make. all-makefiles-under only search for makefiles in the immediate subdirs. Use first-makefiles-under to search for sub-makefiles so that frameworks/av/media/codec2/hidl/services/Android.mk is included. Bug: 7456955 Test: TH Change-Id: I304236c978c738f2a6fc6a5e6b4ce89e71d27487