summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Liao <rogerliao@google.com>2020-06-11 10:56:59 +0800
committerRoger Liao <rogerliao@google.com>2020-06-11 10:57:08 +0800
commit7fa4528ea2f1c68b10de263a57103b5b116bb48c (patch)
tree793c0f2146fe6006c52bc642eed218fcc4576cee
parentbda33420141e1bc06094d3797404a8a5a8129d88 (diff)
parent292224f2337c7e2a25f0b548b8daa2fd681b9ac3 (diff)
downloaddataipa-android-msm-barbet-4.19-s-qpr3-beta-2.tar.gz
From build 6575781 Bug: 158714637 Signed-off-by: Roger Liao <rogerliao@google.com> Change-Id: I33b5f82bff3a4916b48e0ecd95d1d007727e8400
-rw-r--r--Makefile3
-rw-r--r--dataipa.c5
2 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..db4e98c
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+ccflags-y := -Wno-unused-function
+obj-y := dataipa.o
diff --git a/dataipa.c b/dataipa.c
new file mode 100644
index 0000000..09b7de2
--- /dev/null
+++ b/dataipa.c
@@ -0,0 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0-only
+
+static void _dataipa_techpack_stub(void)
+{
+}