mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-05 16:07:47 -04:00
universal7870: rework shims
This commit is contained in:
parent
85e3e2ce1d
commit
1634a6f5ee
17 changed files with 410 additions and 151 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue