universal7870: rework shims

This commit is contained in:
Astrako 2020-02-28 12:11:49 +01:00 committed by Alejandro
parent 85e3e2ce1d
commit 1634a6f5ee
17 changed files with 410 additions and 151 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (C) 2019 The LineageOS Project
# Copyright (C) 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.
@ -16,12 +16,15 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := CameraParameters.cpp GraphicBuffer.cpp
LOCAL_SRC_FILES := GraphicBuffer.cpp Fence.cpp
LOCAL_C_INCLUDES := frameworks/native/include
LOCAL_SHARED_LIBRARIES := libui libutils
LOCAL_SHARED_LIBRARIES := libgui_vendor libui
LOCAL_MODULE := libexynoscamera_shim
LOCAL_MODULE_TAGS := optional
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
LOCAL_VENDOR_MODULE := true
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)