Add rkpd to the list of individually toggleable modules

This is needed because the rkpd module is optional at runtime and so
needs to be optional at build time.

Ignore-AOSP-First: rkpd only exists internally
Bug: 259958590
Test: # Add prebuilts for the rkpd module.
      m MODULE_BUILD_FROM_SOURCE=true droid
      m MODULE_BUILD_FROM_SOURCE=false droid
      # Make sure that they build from sources and prebuilts respectively.
Change-Id: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c
This commit is contained in:
Paul Duffin 2023-03-17 22:19:08 +00:00
parent 781e7210e2
commit 95b546475f

View file

@ -81,6 +81,7 @@ endif
INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
btservices \
permission \
rkpd \
uwb \
wifi \