From 5aa71f5e8a5627cc2b4519a843bf949c0dffce2f Mon Sep 17 00:00:00 2001 From: Gaurav Sarode Date: Tue, 31 Mar 2020 10:47:02 -0700 Subject: Remove BOARD_IS_AUTOMOTIVE from _car targets Created PRODUCT_IS_AUTOMOTIVE under packages/services/Car/car_product/build/car.mk. This will apply to all the AAOS targets. bug: 150475340 Test: Local build Change-Id: I6575770e2c8550fa015358637b5e51b5b55debc1 --- blueline_car/BoardConfig.mk | 21 --------------------- coral_car/BoardConfig.mk | 21 --------------------- crosshatch_car/BoardConfig.mk | 21 --------------------- flame_car/BoardConfig.mk | 21 --------------------- 4 files changed, 84 deletions(-) delete mode 100644 blueline_car/BoardConfig.mk delete mode 100644 coral_car/BoardConfig.mk delete mode 100644 crosshatch_car/BoardConfig.mk delete mode 100644 flame_car/BoardConfig.mk diff --git a/blueline_car/BoardConfig.mk b/blueline_car/BoardConfig.mk deleted file mode 100644 index 6f4c109..0000000 --- a/blueline_car/BoardConfig.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright (C) 2020 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. -# -# config.mk -# -# Product-specific compile-time definitions. -# - -BOARD_IS_AUTOMOTIVE := true diff --git a/coral_car/BoardConfig.mk b/coral_car/BoardConfig.mk deleted file mode 100644 index 29ba5ae..0000000 --- a/coral_car/BoardConfig.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright 2019 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. -# -# config.mk -# -# Product-specific compile-time definitions. -# - -BOARD_IS_AUTOMOTIVE := true diff --git a/crosshatch_car/BoardConfig.mk b/crosshatch_car/BoardConfig.mk deleted file mode 100644 index 29ba5ae..0000000 --- a/crosshatch_car/BoardConfig.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright 2019 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. -# -# config.mk -# -# Product-specific compile-time definitions. -# - -BOARD_IS_AUTOMOTIVE := true diff --git a/flame_car/BoardConfig.mk b/flame_car/BoardConfig.mk deleted file mode 100644 index 25fc63a..0000000 --- a/flame_car/BoardConfig.mk +++ /dev/null @@ -1,21 +0,0 @@ -# -# Copyright 2020 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. -# -# config.mk -# -# Product-specific compile-time definitions. -# - -BOARD_IS_AUTOMOTIVE := true -- cgit v1.2.3