sdm660-common: decommonize camera shim
This commit is contained in:
parent
2caec153a3
commit
7e84c11b56
3 changed files with 0 additions and 33 deletions
|
@ -1,14 +0,0 @@
|
||||||
// Copyright (C) 2018 The LineageOS Project
|
|
||||||
//
|
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
|
||||||
|
|
||||||
cc_library_shared {
|
|
||||||
name: "camera.sdm660_shim",
|
|
||||||
srcs: ["camera_sdm660_shim.cpp"],
|
|
||||||
shared_libs: [
|
|
||||||
"libui",
|
|
||||||
"libutils",
|
|
||||||
],
|
|
||||||
|
|
||||||
proprietary: true,
|
|
||||||
}
|
|
|
@ -1,15 +0,0 @@
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
namespace android {
|
|
||||||
extern "C" void _ZN7android13GraphicBuffer4lockEjPPvPiS3_(void* thisptr, uint32_t inUsage,
|
|
||||||
void** vaddr, int32_t* outBytesPerPixel, int32_t* outBytesPerStride);
|
|
||||||
|
|
||||||
extern "C" void _ZN7android13GraphicBuffer4lockEjPPv(void* thisptr, uint32_t inUsage,
|
|
||||||
void** vaddr) {
|
|
||||||
_ZN7android13GraphicBuffer4lockEjPPvPiS3_(thisptr, inUsage, vaddr, nullptr, nullptr);
|
|
||||||
}
|
|
||||||
|
|
||||||
extern "C" void _ZN7android6Parcel17writeUint64VectorERKNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
|
|
||||||
extern "C" void _ZNK7android6Parcel16readUint64VectorEPNSt3__16vectorIyNS1_9allocatorIyEEEE() { };
|
|
||||||
extern "C" void _ZN14SeeMoreWrapper11_yu3oaTHCJgEv() { };
|
|
||||||
}
|
|
|
@ -548,10 +548,6 @@ PRODUCT_COPY_FILES += \
|
||||||
# Security Patch
|
# Security Patch
|
||||||
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH)
|
||||||
|
|
||||||
# Shims
|
|
||||||
PRODUCT_PACKAGES += \
|
|
||||||
camera.sdm660_shim
|
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(COMMON_PATH) \
|
$(COMMON_PATH) \
|
||||||
|
|
Loading…
Reference in a new issue