commit | 3f9cf8c39320005fe3897da71ac651d0111a795e | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Jul 12 23:50:16 2023 +0000 |
committer | Steven Moreland <smoreland@google.com> | Fri Jul 28 19:36:18 2023 +0000 |
tree | 39f591f20686156166eb8da4119512ac7b6d17d2 | |
parent | 8998161fc50baeb124d1cde84ffa988373ebab11 [diff] |
libhardware: make local_time_hal vendor only Limit AOSP usage of historical HAL implementation interface to avoid mistakes. Bug: 37280010 Test: build Change-Id: Ibd8be777cf6752054dda06e44b5d7c61197549f5
diff --git a/include/hardware/local_time_hal.h b/include/hardware/local_time_hal.h deleted file mode 120000 index 27f4315..0000000 --- a/include/hardware/local_time_hal.h +++ /dev/null
@@ -1 +0,0 @@ -../../include_all/hardware/local_time_hal.h \ No newline at end of file
diff --git a/include_all/hardware/local_time_hal.h b/include_vendor/hardware/local_time_hal.h similarity index 100% rename from include_all/hardware/local_time_hal.h rename to include_vendor/hardware/local_time_hal.h