Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38d5938e authored by Rashed Abdel-Tawab's avatar Rashed Abdel-Tawab Committed by Arne Coucheron
Browse files

soong: Add function to return camera parameters library name

Change-Id: I3113ea6813b82c3f6b250205080030ff9c2255ec
parent fb6347a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -882,6 +882,10 @@ func (c *deviceConfig) DeviceKernelHeaderDirs() []string {
	return c.config.productVariables.DeviceKernelHeaders
}

func (c *deviceConfig) SpecificCameraParametersLibrary() string {
	return String(c.config.productVariables.Lineage.Specific_camera_parameter_library)
}

func (c *deviceConfig) NativeCoverageEnabled() bool {
	return Bool(c.config.productVariables.NativeCoverage)
}