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.
Merged-In: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c
Change-Id: Id0c0e482e2928d57a1bb6ee4f3bcd143ca15122c
(cherry picked from commit 95b546475f
)
This commit is contained in:
parent
ee254eca0f
commit
a537224b3a
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ $(call soong_config_set,art_module,source_build,$(ART_MODULE_BUILD_FROM_SOURCE))
|
|||
INDIVIDUALLY_TOGGLEABLE_PREBUILT_MODULES := \
|
||||
bluetooth \
|
||||
permission \
|
||||
rkpd \
|
||||
uwb \
|
||||
wifi \
|
||||
|
||||
|
|
Loading…
Reference in a new issue