diff options
author | Elliott Hughes <enh@google.com> | 2018-12-11 09:56:56 -0800 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2018-12-11 09:56:56 -0800 |
commit | a1a32b00e88f11cc015cf64eec928c1186595785 (patch) | |
tree | 0f7cc3945fd0c5eb96d589a6f0e2c0fcdd51d939 /libs/input | |
parent | 5e29d89ce1a1604ee72cbb9852310905842557e4 (diff) |
C++17 is the default now.
Test: builds
Change-Id: Id5e671844c2722adf9757d8f917109d0d74724d4
Diffstat (limited to 'libs/input')
-rw-r--r-- | libs/input/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/input/Android.bp b/libs/input/Android.bp index a2e8672d6d45..89d3cc4f5083 100644 --- a/libs/input/Android.bp +++ b/libs/input/Android.bp @@ -14,7 +14,6 @@ cc_library_shared { name: "libinputservice", - cpp_std: "c++17", srcs: [ "PointerController.cpp", "SpriteController.cpp", |