Separate src/driver into its own library
In this first step, we just "blindly" move everything under src/driver to a new library libbackend.a. And all headers are moved under private/backend. Note that "driver" is renamed "backend", but namespaces are unchanged for now. Later we'll have to untangle the actual private headers from public ones and ideally not have any private headers.
This commit is contained in:
committed by
Mathias Agopian
parent
7d31d1a384
commit
2b5f6cafa6
@@ -19,7 +19,7 @@
|
||||
#include <jni.h>
|
||||
|
||||
#include <filament/Stream.h>
|
||||
#include <filament/driver/PixelBufferDescriptor.h>
|
||||
#include <backend/PixelBufferDescriptor.h>
|
||||
|
||||
#include "NioUtils.h"
|
||||
#include "CallbackUtils.h"
|
||||
|
||||
Reference in New Issue
Block a user