Pass library kind when linking native libraries.
When linking native libraries with rustc, be explicit about the kind of native library being linked. This prevents confusion when two kinds of one library (e.g. static/dynamic) are available in the library search paths. Bug: 147140513 Test: The correct prebuilt is selected when linking native prebuilts. Change-Id: I37975bcd284e6c33ce3dd45fab8a3b5011b0803b
Loading
Please register or sign in to comment