Add os_pickup.bp to induce scanning of vendor/qcom/opensource Android.bp's

os_pickup.bp will be symlinked as Android.bp at
vendor/qcom/opensource per manifest.xml; such that all Android.bp's
in 1 subdirectory under vendor/qcom/opensource will be scanned.

Change-Id: I262052bdc49470b590acdd57f9d5e002d2d0f980
This commit is contained in:
padarshr
2017-05-31 19:23:04 +05:30
parent 9dc28d4afd
commit d885bd228f

5
os_pickup.bp Normal file
View File

@@ -0,0 +1,5 @@
// Pick up Android.bp in next directory level
optional_subdirs = [
"*",
]