commit | a501414b02362e17f28fe5d0b488ef79d9c20d4f | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jul 12 23:49:43 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Tue Jul 25 01:15:06 2023 +0000 |
tree | 1eea28b076379728bea61e465712b78404fe7f64 | |
parent | 82ed54410dda2fab7ca5c996523f3c1cfb572178 [diff] |
libhardware: make lights vendor only Limit AOSP usage of historical HAL implementation interface to avoid mistakes. Bug: 37280010 Test: build Change-Id: Ie5b69bb16c8b603f42ebf344cc8e126eb583d0d9
diff --git a/include/hardware/lights.h b/include/hardware/lights.h deleted file mode 120000 index 3c75883..0000000 --- a/include/hardware/lights.h +++ /dev/null
@@ -1 +0,0 @@ -../../include_all/hardware/lights.h \ No newline at end of file
diff --git a/include_all/hardware/lights.h b/include_vendor/hardware/lights.h similarity index 100% rename from include_all/hardware/lights.h rename to include_vendor/hardware/lights.h