aboutsummaryrefslogtreecommitdiff
path: root/libshims/Android.mk
diff options
context:
space:
mode:
authorDavide Garberi <dade.garberi@gmail.com>2017-12-17 09:52:29 +0100
committerDavide Garberi <dade.garberi@gmail.com>2017-12-17 09:52:29 +0100
commitc339bc8344f37a4d0b2e644238b68d08c771fd7d (patch)
treed8f045dee5ed38214cc876ea532cc1f94f94a697 /libshims/Android.mk
parent66f97a607bea0d2d0f8723282ce1d8a949eaa99c (diff)
msm8996-common: Nuke camera_shim
* With the updated camera.msm8996 blob we don't need this anymore Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'libshims/Android.mk')
-rw-r--r--libshims/Android.mk36
1 files changed, 0 insertions, 36 deletions
diff --git a/libshims/Android.mk b/libshims/Android.mk
deleted file mode 100644
index 3347ab6..0000000
--- a/libshims/Android.mk
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright (C) 2016 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)
-
-# camera shim
-include $(CLEAR_VARS)
-
-LOCAL_SRC_FILES := \
- camera_shim.cpp
-
-LOCAL_SHARED_LIBRARIES := \
- liblog \
- libutils \
- libgui \
- libui
-
-LOCAL_C_INCLUDES := \
- frameworks/native/include
-
-LOCAL_MODULE := libshim_camera
-LOCAL_MODULE_TAGS := optional
-LOCAL_MULTILIB := 32
-
-include $(BUILD_SHARED_LIBRARY)