1
0
mirror of https://github.com/linux-msm/rmtfs.git synced 2024-11-12 01:19:17 +00:00
rmtfs/Android.bp
Amit Pundir 9ef260ba6f ANDROID: Add Android support
* Add Android.bp makefile to build rmtfs for AOSP.
* libudev is not supported on AOSP so read
  /sys/class/rmtfs sysfs entries directly.

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-02-03 09:13:59 -08:00

14 lines
223 B
Plaintext

cc_binary {
name: "rmtfs",
vendor: true,
srcs: [
"qmi_rmtfs.c",
"rmtfs.c",
"rproc.c",
"sharedmem.c",
"storage.c",
"util.c",
],
shared_libs: ["libqrtr"],
}