Merge "Updated Light HAL default implementation comment."

This commit is contained in:
Sahil Somani
2022-08-15 19:23:56 +00:00
committed by Gerrit Code Review

View File

@@ -23,7 +23,7 @@ namespace android {
namespace hardware {
namespace light {
// Default implementation that reports no supported lights.
// Default implementation that reports a few placeholder lights.
class Lights : public BnLights {
ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override;
ndk::ScopedAStatus getLights(std::vector<HwLight>* types) override;