Searched refs:uncompressDex (Results 1 – 2 of 2) sorted by relevance
/build/soong/java/ |
D | hiddenapi.go | 71 func (h *hiddenAPI) uncompressDex() *bool { func 86 uncompressDex() *bool methodSpec 164 uncompressDex := *h.uncompressDexState 169 …encodedDex := hiddenAPIEncodeDex(ctx, dexJar, flagsCSV, uncompressDex, android.NoneApiLevel, outpu… 265 func hiddenAPIEncodeDex(ctx android.ModuleContext, dexInput, flagsCSV android.Path, uncompressDex b… 278 if uncompressDex { 316 if uncompressDex {
|
D | hiddenapi_modular.go | 1242 …encodedDex := hiddenAPIEncodeDex(ctx, unencodedDex, allFlagsCSV, bootDexInfo.uncompressDex, bootDe… 1314 uncompressDex bool member 1342 uncompressDex: *hiddenAPIModule.uncompressDex(),
|