Differentiate between public and module-lib stub variants
The public stubs of libclang_rt.* originate from the same module. When generating the Androidmk entries for these stubs, we need to add a suffix to differentiate between the two stub variants. This is likely an issue specific to libclang_rt.*. The public stubs of other libraries like libc, liblog, ... come from a separate module ndk_library which adds an .ndk suffix Test: lunch module_arm64only && TARGET_BUILD_APPS="build.bazel.examples.apex.minimal" build/soong/soong_ui.bash --make-mode nothing (with aosp/2535141) Test: lunch aosp_cf_arm64_phone-userdebug && m nothing Change-Id: I2b4411cb022b4e27f44d2fce6cb26492dd7e2278
Loading
Please register or sign in to comment