blob: 0ab8ab40677352a69d77fc7a418758362f39ea06 [file] [log] [blame]
// +build cros,hardened
package main
func getRealConfig() *config {
return &crosHardenedConfig
}