diff options
author | dianlujitao <dianlujitao@lineageos.org> | 2017-11-04 14:07:54 +0800 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-04 09:14:11 +0100 |
commit | 2dd5e13f2d7c8dd6180d306c0d3f224f447be366 (patch) | |
tree | 73bce6ba947df56f918bf814c88881a1ca73ebfa /data-ipa-cfg-mgr/Android.mk | |
parent | b0dbcd0048b233cacf38c7eecc6a006af1da264e (diff) |
msm8996-common: Remove ipacm/ipanat
* Disabled by Qualcomm in O
Change-Id: I063355c2c0bf188bcbafca09f2ea5569a0e5d2f2
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'data-ipa-cfg-mgr/Android.mk')
-rw-r--r-- | data-ipa-cfg-mgr/Android.mk | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/data-ipa-cfg-mgr/Android.mk b/data-ipa-cfg-mgr/Android.mk deleted file mode 100644 index 39de891..0000000 --- a/data-ipa-cfg-mgr/Android.mk +++ /dev/null @@ -1,18 +0,0 @@ -# -# 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)) |