commit | 812e85e126ccf1d9d17aa7342dbb1ccf9404cc15 | [log] [tgz] |
---|---|---|
author | Jaesoo Lee <jaesoo@google.com> | Fri Apr 28 18:29:40 2017 +0900 |
committer | Jaesoo Lee <jaesoo@google.com> | Wed May 17 15:30:17 2017 +0900 |
tree | 026cda1d0fa099f20fd8f6ef966ba5755275db47 | |
parent | 33b92997c5016afc61f98927612cb4e2a634a0c3 [diff] [blame] |
configstore: configstore HAL is up-revisioned to 1.1 This change provides a reference implementation of the configstore HAL v1.1. Bug: 37727469 Test: Built sailfish-userdebug and configstore-1.1 works Change-Id: I75e7fd1da8e90ae48d779a3ba28957c5a93a5529
diff --git a/configstore/Android.bp b/configstore/Android.bp index ba3e62e..21dc2b4 100644 --- a/configstore/Android.bp +++ b/configstore/Android.bp
@@ -2,5 +2,6 @@ subdirs = [ "1.0", "1.0/vts/functional", + "1.1", "utils", ]