aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorRam Mohan <ram.mohan@ittiam.com>2023-10-28 15:02:48 +0530
committerRam Mohan M <ram.mohan@ittiam.com>2023-11-02 04:47:42 +0530
commit57d807e662e6c7bc1e98603b4625e6e56655ffb4 (patch)
tree930c147adfd1c55ebfb22125e6f4664e37745c9a /Android.bp
parent54c14925d2430b03e93ef0441e5cbfda441ed14e (diff)
downloadlibultrahdr-57d807e662e6c7bc1e98603b4625e6e56655ffb4.tar.gz
relocate source files to desired folders
library files are moved to lib/ folder and sample application is moved to examples/ folder
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp22
1 files changed, 11 insertions, 11 deletions
diff --git a/Android.bp b/Android.bp
index b229e0f..3717e79 100644
--- a/Android.bp
+++ b/Android.bp
@@ -35,15 +35,15 @@ cc_library {
name: "libultrahdr",
host_supported: true,
vendor_available: true,
- export_include_dirs: ["include"],
- local_include_dirs: ["include"],
+ export_include_dirs: ["lib"],
+ local_include_dirs: ["lib"],
srcs: [
- "icc.cpp",
- "jpegr.cpp",
- "gainmapmath.cpp",
- "jpegrutils.cpp",
- "multipictureformat.cpp",
+ "lib/icc.cpp",
+ "lib/jpegr.cpp",
+ "lib/gainmapmath.cpp",
+ "lib/jpegrutils.cpp",
+ "lib/multipictureformat.cpp",
],
shared_libs: [
@@ -65,10 +65,10 @@ cc_library {
"liblog",
],
- export_include_dirs: ["include"],
+ export_include_dirs: ["lib"],
srcs: [
- "jpegencoderhelper.cpp",
+ "lib/jpegencoderhelper.cpp",
],
}
@@ -82,9 +82,9 @@ cc_library {
"liblog",
],
- export_include_dirs: ["include"],
+ export_include_dirs: ["lib"],
srcs: [
- "jpegdecoderhelper.cpp",
+ "lib/jpegdecoderhelper.cpp",
],
}