Home
last modified time | relevance | path

Searched refs:DevicePrefer32BitApps (Results 1 – 4 of 4) sorted by relevance

/build/make/core/
Dsoong_config.mk109 $(call add_json_bool, DevicePrefer32BitApps, $(filter true,$(TARGET_PREFER_32_BIT_APPS)…
/build/soong/android/
Dvariable.go235 DevicePrefer32BitApps *bool `json:",omitempty"` member
Dconfig.go646 func (c *config) DevicePrefer32BitApps() bool { func
647 return Bool(c.productVariables.DevicePrefer32BitApps)
/build/soong/java/
Dapp.go517 return class == android.Device && ctx.Config().DevicePrefer32BitApps()