summaryrefslogtreecommitdiffstats
path: root/minadbd/Android.bp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-01-02 22:40:20 +0100
committerandroid-build-merger <android-build-merger@google.com>2019-01-02 22:40:20 +0100
commitd7c1801f8d968aa387e1abaa8628be436a1a00e5 (patch)
tree24aa3d4dfd5180496259dd98fa66a37cf4066ccb /minadbd/Android.bp
parentMerge "Add a horizontal line at the end of the graphic menu" am: fc0665c701 am: 095b6858dd (diff)
parentMerge "minadbd: daemon_service_to_fd takes std::string_view." am: 72aa58dcf7 (diff)
downloadandroid_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar.gz
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar.bz2
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar.lz
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar.xz
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.tar.zst
android_bootable_recovery-d7c1801f8d968aa387e1abaa8628be436a1a00e5.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",
],