Closed
Description
Similar to #676
The fix for https://issuetracker.google.com/120166563 is going to require the ability to import modules that are not owned by ndk-build but also are not yet present on disk (have missing "sources"), since Android Studio needs to be able to run ndk-build in a "configure" mode even though ndk-build has no such mode.
We can fake this well enough by adding a new library type that behaves identically to PREBUILT_*
but without the safety net. This way PREBUILT_*
can still help by failing-fast but prefab can generate more permissive build scripts that fail late.
Open to ideas on the name, but I was thinking EXTERNALLY_BUILT_SHARED_LIBRARY
.