summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Sarode <sgaurav@google.com>2020-03-31 10:47:02 -0700
committerGaurav Sarode <sgaurav@google.com>2020-03-31 11:52:21 -0700
commit5aa71f5e8a5627cc2b4519a843bf949c0dffce2f (patch)
tree432dceae3868a40da456843532d7432207438366
parent3bf6a1be6bc0d8e93d75dbcb358d3d7da25dd4a5 (diff)
downloadgoogle_car-5aa71f5e8a5627cc2b4519a843bf949c0dffce2f.tar.gz
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
-rw-r--r--blueline_car/BoardConfig.mk21
-rw-r--r--coral_car/BoardConfig.mk21
-rw-r--r--crosshatch_car/BoardConfig.mk21
-rw-r--r--flame_car/BoardConfig.mk21
4 files changed, 0 insertions, 84 deletions
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