diff options
author | razorloves <razorloves@gmail.com> | 2020-10-19 00:34:36 -0500 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-08-16 05:03:35 +0800 |
commit | 58025347708f35c92a9707f358280a3bb98ec420 (patch) | |
tree | 0b3d58699fa9bb446e613c69ae0ad6886a77ed2d | |
parent | e392852df924569ca8e5856ab49f428f3e69c6f3 (diff) |
dataservices: Define soong namespaceuminekotachibana-mr1
The mk files in this repo were converted to bp, so this is
needed to avoid duplicate module build errors on devices
that use a different dataservices lib.
Change-Id: Ifa12f4c259ab2cdc2606fb41efb1c6d307b4406d
-rw-r--r-- | Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..9515b25 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +} |