summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2021-06-08 17:48:33 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2021-06-08 17:48:33 +0200
commit430f92610a3329a053b3514d20258c87aa5ddd5f (patch)
tree0220c31a6b8e3ad1db12c1dd716a21eb5910cff0
parent9673875dce2b7da5288ba3b897fe7c4c5780f7d4 (diff)
Reorg the source files
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
-rw-r--r--Android.bp10
-rw-r--r--src/Makefile (renamed from Makefile)0
-rw-r--r--src/commands.c (renamed from commands.c)0
-rw-r--r--src/events.c (renamed from events.c)0
-rw-r--r--src/netlink.c (renamed from netlink.c)0
-rw-r--r--src/sampling.c (renamed from sampling.c)0
-rw-r--r--src/thermal.c (renamed from thermal.c)0
-rw-r--r--tst/tst_thermal.c (renamed from tst_thermal.c)0
8 files changed, 5 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 944d058..c1b2ceb 100644
--- a/Android.bp
+++ b/Android.bp
@@ -46,11 +46,11 @@ cc_library_shared {
name: "libthermal",
srcs: [
- "thermal.c",
- "events.c",
- "sampling.c",
- "commands.c",
- "netlink.c",
+ "src/thermal.c",
+ "src/events.c",
+ "src/sampling.c",
+ "src/commands.c",
+ "src/netlink.c",
],
local_include_dirs: [
diff --git a/Makefile b/src/Makefile
index 21ac72d..21ac72d 100644
--- a/Makefile
+++ b/src/Makefile
diff --git a/commands.c b/src/commands.c
index cf81a3b..cf81a3b 100644
--- a/commands.c
+++ b/src/commands.c
diff --git a/events.c b/src/events.c
index 49fa227..49fa227 100644
--- a/events.c
+++ b/src/events.c
diff --git a/netlink.c b/src/netlink.c
index 08125d6..08125d6 100644
--- a/netlink.c
+++ b/src/netlink.c
diff --git a/sampling.c b/src/sampling.c
index 3609555..3609555 100644
--- a/sampling.c
+++ b/src/sampling.c
diff --git a/thermal.c b/src/thermal.c
index bf121b9..bf121b9 100644
--- a/thermal.c
+++ b/src/thermal.c
diff --git a/tst_thermal.c b/tst/tst_thermal.c
index ad5b5a1..ad5b5a1 100644
--- a/tst_thermal.c
+++ b/tst/tst_thermal.c