diff options
| author | 2018-12-11 22:06:22 +0000 | |
|---|---|---|
| committer | 2018-12-11 22:06:22 +0000 | |
| commit | c53e6684a753a38014a859881d3337721e136f6c (patch) | |
| tree | 8100e4618b55a7b4faa3b26ae1eaf3e3e287aa7f | |
| parent | 6e5bd242f0a8d7552889e301f9cf415d2a4de55b (diff) | |
| parent | a1a32b00e88f11cc015cf64eec928c1186595785 (diff) | |
Merge "C++17 is the default now."
| -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", |