diff options
| author | Matt Filetto <matt.filetto@gmail.com> | 2017-02-21 00:28:41 -0800 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2017-03-02 18:22:09 -0500 |
| commit | 2f2871e93b548f510949bccec6acd98c27cd3b9c (patch) | |
| tree | 6e2935bf4817576f6dc1f429aab1ab440c98a133 | |
| parent | 63b6459001e32e2ee1ddf41b971e75a3d48b42f8 (diff) | |
msm8996: update data-ipa-cfg-mgr makefiles
Change-Id: Ied9914117b5c1af9cf7efdd92abf44557248d6ec
Signed-off-by: Matt Filetto <matt.filetto@gmail.com>
| -rw-r--r-- | data-ipa-cfg-mgr/Android.mk | 19 | ||||
| -rw-r--r-- | data-ipa-cfg-mgr/ipacm/Android.mk | 1 | ||||
| -rw-r--r-- | data-ipa-cfg-mgr/ipanat/Android.mk | 1 |
3 files changed, 3 insertions, 18 deletions
diff --git a/data-ipa-cfg-mgr/Android.mk b/data-ipa-cfg-mgr/Android.mk index 39de891..5053e7d 100644 --- a/data-ipa-cfg-mgr/Android.mk +++ b/data-ipa-cfg-mgr/Android.mk @@ -1,18 +1 @@ -# -# Copyright (C) 2015 The CyanogenMod 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. - -LOCAL_PATH := $(call my-dir) - -include $(call first-makefiles-under,$(LOCAL_PATH)) +include $(call all-subdir-makefiles) diff --git a/data-ipa-cfg-mgr/ipacm/Android.mk b/data-ipa-cfg-mgr/ipacm/Android.mk new file mode 100644 index 0000000..5053e7d --- /dev/null +++ b/data-ipa-cfg-mgr/ipacm/Android.mk @@ -0,0 +1 @@ +include $(call all-subdir-makefiles) diff --git a/data-ipa-cfg-mgr/ipanat/Android.mk b/data-ipa-cfg-mgr/ipanat/Android.mk new file mode 100644 index 0000000..5053e7d --- /dev/null +++ b/data-ipa-cfg-mgr/ipanat/Android.mk @@ -0,0 +1 @@ +include $(call all-subdir-makefiles) |
