commit | 0d1b063d6c1652b34cd5e0ceefa72763e1e6102d | [log] [tgz] |
---|---|---|
author | Ulya Trafimovich <skvadrik@google.com> | Tue Dec 03 11:59:51 2019 +0000 |
committer | Ulya Trafimovich <skvadrik@google.com> | Tue Dec 03 11:59:51 2019 +0000 |
tree | adaa9a9e55151473f6578b565b8a6dfc95f3060c | |
parent | 82001cf9939451a66827873ef811af8ac49634fd [diff] [blame] |
Export path to profile (to be used by other modules). Test: m Change-Id: Id7dad3c49152fe45d72d743cba88476d3ae58241
diff --git a/services/Android.bp b/services/Android.bp index f765e63..ef40a35 100644 --- a/services/Android.bp +++ b/services/Android.bp
@@ -64,3 +64,8 @@ name: "services-platform-compat-config", src: ":services", } + +filegroup { + name: "art-profile", + srcs: ["art-profile"], +}