diff options
author | Jerome Gaillard <jgaillard@google.com> | 2019-05-28 18:07:56 +0100 |
---|---|---|
committer | Jerome Gaillard <jgaillard@google.com> | 2019-05-28 18:35:29 +0100 |
commit | a02a12d765f69325a1d844548e41370bda9dcc6d (patch) | |
tree | db95ff0ea203d56d5a613cad06e547af9117f2f5 /libs/hwui/Properties.h | |
parent | 3074f10b41fd1b622dc698d89e4c9e1bcb5b05cf (diff) |
Use libbase API to access system properties in libhwui
Calls to licutils properties API are replaced by calls to libbase
properties API. This will make it easier to make a host target for
libhwui as libbase provides a host implementation for its properties
API.
Bug: 117921091
Test: N/A
Change-Id: I15b4fe1a16d2bc7b271387d8cf3403940b8aae2d
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 71b07c947716..d3ecb54d94f6 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -18,7 +18,6 @@ #define ANDROID_HWUI_PROPERTIES_H #include <cutils/compiler.h> -#include <cutils/properties.h> /** * This file contains the list of system properties used to configure libhwui. |