From 6cf9cd0123016879454fe0eff15ba78223a68527 Mon Sep 17 00:00:00 2001 From: Tomasz Wasilczyk Date: Wed, 16 Aug 2023 22:37:14 +0000 Subject: [PATCH] Revert "Revert "Remove cutils threads.h header completely."" This reverts commit c37838eec8d7b5bcec74e8293a0bdb655991a4e7. Reason for revert: b/296247274 root-cause fixed Change-Id: I859e7500a1dd09e3a66986cda9e62adf5d7a524a --- libcutils/include/cutils/threads.h | 15 --------------- libcutils/include_outside_system/cutils/threads.h | 1 - 2 files changed, 16 deletions(-) delete mode 100644 libcutils/include/cutils/threads.h delete mode 120000 libcutils/include_outside_system/cutils/threads.h diff --git a/libcutils/include/cutils/threads.h b/libcutils/include/cutils/threads.h deleted file mode 100644 index 9bc3429be..000000000 --- a/libcutils/include/cutils/threads.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright (C) 2007 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ diff --git a/libcutils/include_outside_system/cutils/threads.h b/libcutils/include_outside_system/cutils/threads.h deleted file mode 120000 index 99330ffad..000000000 --- a/libcutils/include_outside_system/cutils/threads.h +++ /dev/null @@ -1 +0,0 @@ -../../include/cutils/threads.h \ No newline at end of file