diff options
author | 2024-03-05 16:21:43 +0000 | |
---|---|---|
committer | 2024-03-05 16:22:09 +0000 | |
commit | 8eb00cc0a03413e68e71c4938b74ff4dd8225da9 (patch) | |
tree | 9d20ddbbb3d0b5644529757494171822111a8a97 | |
parent | 2d5ba921956704d108f8893b87f80f4633a1165c (diff) |
[contextualsearch] wire new feature into build
Bug: 326143814
Test: wcgw
Change-Id: Ic1404e771cf071cde1152df79465575fccd2912e
-rw-r--r-- | data/etc/Android.bp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/etc/Android.bp b/data/etc/Android.bp index 8b2842a3ae..eedf1410a1 100644 --- a/data/etc/Android.bp +++ b/data/etc/Android.bp @@ -353,6 +353,12 @@ prebuilt_etc { } prebuilt_etc { + name: "android.software.contextualsearch.prebuilt.xml", + src: "android.software.contextualsearch.xml", + defaults: ["frameworks_native_data_etc_defaults"], +} + +prebuilt_etc { name: "android.software.device_id_attestation.prebuilt.xml", src: "android.software.device_id_attestation.xml", defaults: ["frameworks_native_data_etc_defaults"], |