From 4e9058a96c48a576028a7611b47d61d85b751bca Mon Sep 17 00:00:00 2001 From: doc HD Date: Tue, 23 Feb 2016 22:51:06 +0200 Subject: debcaf: Add missing full_deb.mk Change-Id: Ib4489d2d5e6e93daa116a59292f2522ad44528b5 --- full_deb.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 full_deb.mk diff --git a/full_deb.mk b/full_deb.mk new file mode 100644 index 0000000..a2ca85d --- /dev/null +++ b/full_deb.mk @@ -0,0 +1,21 @@ +# +# Copyright 2013 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. +# +$(call inherit-product, device/asus/debcaf/aosp_deb.mk) + +PRODUCT_NAME := full_deb + +$(call inherit-product-if-exists, vendor/asus/deb/deb-vendor.mk) + -- cgit v1.2.3