Home
last modified time | relevance | path

Searched refs:testOnlyShouldForceCompression (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dbuilder.go781 if ctx.ModuleDir() != "system/apex/apexd/apexd_testdata" && a.testOnlyShouldForceCompression() {
786 if apexType == imageApex && (compressionEnabled || a.testOnlyShouldForceCompression()) {
Dapex.go1313 func (a *apexBundle) testOnlyShouldForceCompression() bool { func