From 25949002d6ad7c94d3863b5a577d520c2c75e810 Mon Sep 17 00:00:00 2001 From: Ziyan Date: Fri, 29 Jan 2016 19:19:51 +0100 Subject: Set up unified build for wifi-only variants Change-Id: I9fffe523aefac96e2cd0461b9398806b02e4c131 --- BoardConfig.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 BoardConfig.mk (limited to 'BoardConfig.mk') diff --git a/BoardConfig.mk b/BoardConfig.mk new file mode 100644 index 0000000..71cb113 --- /dev/null +++ b/BoardConfig.mk @@ -0,0 +1,20 @@ +# +# Copyright (C) 2016 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. +# + +include device/samsung/espresso/BoardConfigCommon.mk + +# assert +TARGET_OTA_ASSERT_DEVICE := espresso,p3110,GT-P3110,p3113,GT-P3113,espressowifi,espressowifixx,p5110,GT-P5110,p5113,GT-P5113,espresso10wifi,espresso10wifixx -- cgit v1.1