diff options
author | 2023-12-04 16:03:17 +0900 | |
---|---|---|
committer | 2023-12-07 01:37:16 +0000 | |
commit | 7f1c0b264b575640c4a893433b3b85811f0818cb (patch) | |
tree | b593a6f55edb50df67d6eff7ff3bb3b0c3518e14 /sysprop/Android.bp | |
parent | f420900719437aa156db6227dc78e2479ab77ab9 (diff) |
Remove sysprop/pan.sysprop
The sysprop "bluetooth.pan.nap.enabled" was made when
"bluetooth.profile.pan.nap.enabled" has long since existed.
This CL removes the newly created one, including the file
where it is defined.
Bug: 305785609
Test: m -j;
Flag: EXEMPT, duplicate sysprop removal - it should be no-op ideally
Change-Id: I33fec7ff1c2a5fd115a0a20452c9bb33f3dd5d95
Diffstat (limited to 'sysprop/Android.bp')
-rw-r--r-- | sysprop/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysprop/Android.bp b/sysprop/Android.bp index 76750c9220..b399a8d7b8 100644 --- a/sysprop/Android.bp +++ b/sysprop/Android.bp @@ -11,7 +11,6 @@ sysprop_library { "ble.sysprop", "bta.sysprop", "hfp.sysprop", - "pan.sysprop", ], property_owner: "Platform", api_packages: ["android.sysprop"], |