summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-01-02 22:28:12 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-01-02 22:28:12 +0100
commit29578b111784456d62c4b845a6fc6b0c6d409751 (patch)
treed3d54c1b5db72cbe108c5395209b2d0a4dc576c9 /minadbd/Android.bp
parentMerge "Add a horizontal line at the end of the graphic menu" (diff)
parentMerge "minadbd: daemon_service_to_fd takes std::string_view." (diff)
downloadandroid_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar.gz
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar.bz2
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar.lz
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar.xz
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.tar.zst
android_bootable_recovery-29578b111784456d62c4b845a6fc6b0c6d409751.zip
Diffstat (limited to 'minadbd/Android.bp')
-rw-r--r--minadbd/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/minadbd/Android.bp b/minadbd/Android.bp
index 370232b3f..a95d979a5 100644
--- a/minadbd/Android.bp
+++ b/minadbd/Android.bp
@@ -21,6 +21,8 @@ cc_defaults {
"-Werror",
],
+ cpp_std: "experimental",
+
include_dirs: [
"system/core/adb",
],