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
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
// Pick up Android.bp in next directory level
|
|
|
|
optional_subdirs = [
|
|
"*",
|
|
]
|