[DO NOT MERGE]lights: Add golden calibration support

The units should deploy the golden calibration data
in either case of replacement of MLB or CG.

Bug: 264023021
Change-Id: Idb670bfefb3585ee1413e16c3e07d4d818f3f9ab
Signed-off-by: Chungjui Fan <chungjuifan@google.com>
This commit is contained in:
Chungjui Fan 2022-12-30 11:53:55 +00:00 committed by CJ Fan
parent 07cf53f429
commit bfcd6be0c5
7 changed files with 92 additions and 9 deletions

View file

@ -19,5 +19,11 @@ cc_binary {
"android.hardware.light-V2-ndk",
],
static_libs: [
"//hardware/google/interfaces:com.google.hardware.pixel.display-V7-ndk",
"android.hardware.common-V2-ndk",
"android.hardware.graphics.common-V4-ndk",
],
srcs: ["Lights.cpp", "led_lut_calibrator.cpp"],
}