diff options
| author | doc HD <doc.divxm@gmail.com> | 2016-02-23 22:51:06 +0200 |
|---|---|---|
| committer | doc HD <doc.divxm@gmail.com> | 2016-02-23 22:51:06 +0200 |
| commit | 4e9058a96c48a576028a7611b47d61d85b751bca (patch) | |
| tree | 9bb17606bfaecaa582164294b91f06b1250cc56e | |
| parent | cd5893e4c740eeb8c46be8179b23506f317055ac (diff) | |
debcaf: Add missing full_deb.mk
Change-Id: Ib4489d2d5e6e93daa116a59292f2522ad44528b5
| -rw-r--r-- | full_deb.mk | 21 |
1 files changed, 21 insertions, 0 deletions
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) + |
