diff --git a/oem-cameras/MotCamera2-denali/Android.mk b/oem-cameras/MotCamera2-denali/Android.mk deleted file mode 100644 index 4c3adb3..0000000 --- a/oem-cameras/MotCamera2-denali/Android.mk +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright (C) 2017-2018 The LineageOS 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. - -# This file is generated by device/motorola/nash/setup-makefiles.sh - -LOCAL_PATH := $(call my-dir) - -include $(CLEAR_VARS) -LOCAL_MODULE := MotCamera2-denali -LOCAL_MODULE_OWNER := motorola -LOCAL_SRC_FILES := MotCamera2-denali.apk -LOCAL_CERTIFICATE := PRESIGNED -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_CLASS := APPS -LOCAL_DEX_PREOPT := false -LOCAL_MODULE_SUFFIX := .apk -LOCAL_PRIVILEGED_MODULE := true -LOCAL_REPLACE_PREBUILT_APK_INSTALLED := $(LOCAL_PATH)/$(LOCAL_SRC_FILES) -LOCAL_OVERRIDES_PACKAGES := Snap -include $(BUILD_PREBUILT) diff --git a/oem-cameras/MotCamera2-denali/MotCamera2-denali.apk b/oem-cameras/MotCamera2-denali/MotCamera2-denali.apk deleted file mode 100644 index 0ac34d9..0000000 Binary files a/oem-cameras/MotCamera2-denali/MotCamera2-denali.apk and /dev/null differ diff --git a/oem-cameras/MotCamera2-denali/MotCamera2-denali.mk b/oem-cameras/MotCamera2-denali/MotCamera2-denali.mk deleted file mode 100644 index f810192..0000000 --- a/oem-cameras/MotCamera2-denali/MotCamera2-denali.mk +++ /dev/null @@ -1,5 +0,0 @@ -PRODUCT_PACKAGES += \ - MotCamera2-denali - -PRODUCT_COPY_FILES += \ - vendor/extra/oem-cameras/MotCamera2-denali/privapp-permissions-com.motorola.camera2.denali.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-com.motorola.camera2.xml diff --git a/oem-cameras/MotCamera2-denali/privapp-permissions-com.motorola.camera2.denali.xml b/oem-cameras/MotCamera2-denali/privapp-permissions-com.motorola.camera2.denali.xml deleted file mode 100644 index 110d231..0000000 --- a/oem-cameras/MotCamera2-denali/privapp-permissions-com.motorola.camera2.denali.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/product.mk b/product.mk index b17d47c..6a3d3a0 100644 --- a/product.mk +++ b/product.mk @@ -10,12 +10,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_SYSTEM_DEFAULT_PROPERTIES += \ persist.sys.adb.shell=/system/xbin/bash -## Custom Cameras -# river -ifneq ($(filter %river,$(TARGET_PRODUCT)),) --include vendor/extra/oem-cameras/MotCamera2-denali/MotCamera2-denali.mk -endif - ## fastbootd PRODUCT_PACKAGES += fastbootd PRODUCT_SYSTEM_PROPERTY_OVERRIDES += ro.fastbootd.available=true