Merge "Pass unstripped JNI libraries to Make" am: bf81ed4fd1
am: 9a6d827dc3
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1356262 Change-Id: I99a111aafcab5a8a8a5b704b9dd67904c93b0aea
This commit is contained in:
@@ -639,10 +639,11 @@ func (s sdkDep) hasFrameworkLibs() bool {
|
||||
}
|
||||
|
||||
type jniLib struct {
|
||||
name string
|
||||
path android.Path
|
||||
target android.Target
|
||||
coverageFile android.OptionalPath
|
||||
name string
|
||||
path android.Path
|
||||
target android.Target
|
||||
coverageFile android.OptionalPath
|
||||
unstrippedFile android.Path
|
||||
}
|
||||
|
||||
func (j *Module) shouldInstrument(ctx android.BaseModuleContext) bool {
|
||||
|
Reference in New Issue
Block a user