livedisplay: Expose headers and implementations as Soong modules

Change-Id: I335cb98b544fceed1e0d11f0a7dd9cc38860b5aa
This commit is contained in:
LuK1337
2021-09-19 19:27:12 +02:00
parent 9e7b514023
commit 85fffbdcfa
4 changed files with 15 additions and 4 deletions

View File

@@ -19,11 +19,10 @@
#include <android-base/logging.h>
#include <binder/ProcessState.h>
#include <hidl/HidlTransportSupport.h>
#include <livedisplay/oplus/SunlightEnhancement.h>
#include <livedisplay/sdm/PictureAdjustment.h>
#include <vendor/lineage/livedisplay/2.1/IPictureAdjustment.h>
#include "SunlightEnhancement.h"
using ::android::OK;
using ::android::sp;
using ::android::status_t;