commit | ed0614c80bbea861bf922a63c08e1eb2ad9ce814 | [log] [tgz] |
---|---|---|
author | Greg Hackmann <ghackmann@google.com> | Wed Aug 03 10:41:54 2016 -0700 |
committer | Greg Hackmann <ghackmann@google.com> | Wed Aug 03 23:31:50 2016 +0000 |
tree | 09304a782feac86bb36e1f1367ace0a51e1192e6 | |
parent | c97b73aa83fc7b80b60d88d856675d4ab502296d [diff] [blame] |
libcutils: add sched_policy test Bug: 30597190 Change-Id: I51950e82235fa19bc92b3f7e8d190766d71af7df Signed-off-by: Greg Hackmann <ghackmann@google.com>
diff --git a/libcutils/tests/Android.bp b/libcutils/tests/Android.bp index 530c747..ada7d5f 100644 --- a/libcutils/tests/Android.bp +++ b/libcutils/tests/Android.bp
@@ -21,6 +21,7 @@ srcs: [ "MemsetTest.cpp", "PropertiesTest.cpp", + "sched_policy_test.cpp", "trace-dev_test.cpp", ], },