From 3436cf7ae9bd7c48d20073e39f99b54747b09c44 Mon Sep 17 00:00:00 2001 From: dd3boh Date: Mon, 25 Sep 2017 15:37:23 +0200 Subject: z2_plus: Last edits to make camera working Thanks @erfanoabdi, I actually love him not <3 Well, I didn't explained before about this so let's explain now: this necesity came up from the fact that LOS abandoned a patch (TARGET_USES_NON_TREBLE_CAMERA) that we needed and thanks to which camera started working for us, so we came up doing this directly because is the easiest way at all instead of making a camera wrapper or something like this, and we will keep this until it's needed to, and I don't have any problems in keeping it forever working perfectly. Signed-off-by: dd3boh --- Android.bp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Android.bp (limited to 'Android.bp') diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..75419ec --- /dev/null +++ b/Android.bp @@ -0,0 +1,10 @@ +subdirs = [ + "camera" +] + +cc_defaults { + cflags: [ + "-Wall", + "-Werror", + ], +} -- cgit v1.2.3