Add a flag to limit number of call logs

Bug: 315241296
Bug: 401127740
Test: m -j;

Change-Id: I7244e5c4e86d5862249fce7061d154c0fbc20c3d
diff --git a/flags/pbapclient.aconfig b/flags/pbapclient.aconfig
index 52b5ee3..e78708e 100644
--- a/flags/pbapclient.aconfig
+++ b/flags/pbapclient.aconfig
@@ -24,3 +24,13 @@
         purpose: PURPOSE_BUGFIX
     }
 }
+
+flag {
+    name: "pbap_limit_call_log"
+    namespace: "bluetooth"
+    description: "Limit the number of call log correctly"
+    bug: "401127740"
+    metadata {
+        purpose: PURPOSE_BUGFIX
+    }
+}