From c339bc8344f37a4d0b2e644238b68d08c771fd7d Mon Sep 17 00:00:00 2001 From: Davide Garberi Date: Sun, 17 Dec 2017 09:52:29 +0100 Subject: msm8996-common: Nuke camera_shim * With the updated camera.msm8996 blob we don't need this anymore Signed-off-by: Davide Garberi --- libshims/Android.mk | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 libshims/Android.mk (limited to 'libshims/Android.mk') 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) -- cgit v1.2.3