Commit graph

6 commits

Author SHA1 Message Date
Nelson Li
1223265afb Convert p23_common/preloaded_nanoapps.json's .mk file to Android.bp.
p23_common includes 4 devices.

Since `preloaded_nanoapps.json` has different configurations for
`factory` products and `non-factory` products, `soong_namespace {}`
needs to be added to the converted Android.bp file to avoid misuse.

Additionally, due to ag/27008138, ag/27046793, ag/27008143, and
ag/27056982, a common inheritance layer has been added to all
`non-factory` products. Therefore, setting different
`PRODUCT_SOONG_NAMESPACES` in the corresponding `<DEVICE>_generic.mk`
and `factory_<DEVICE>.mk` files will allow factory products and
non-factory products to use different preloaded_nanoapps.json.

Bug: 332219400
Test: 1. lunch <device_name>-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      2. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
         It should be the <device_name> version.
      3. lunch factory_<device_name>-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      4. Check ./out/target/product/<device_name>/.../preloaded_nanoapps.json
         It should be the factory version.
Change-Id: Ife53dddd3469de8eacb6d862bc1b8d9de3ce427e
2024-04-26 06:31:30 +00:00
Cheng Chang
813a95df59 refactor gps build system
Bug: 290725902
Test: verification test at b/290725902
Change-Id: I931b7f655e0994cab81daa01fd40aaad612b343a
2023-08-10 11:24:41 +00:00
Bill Chang
73e90658f9 Revert "Revert "Add Decompress FATP test""
This reverts commit d074f18b2c.

Reason for revert: Issue causing tool build fail was resolved in ag/22339171

Change-Id: I14c5d861b57458df3774c54182978b966ba5b8b2
2023-03-31 06:57:14 +00:00
Bill Chang
d074f18b2c Revert "Add Decompress FATP test"
This reverts commit 73fdffd0fc.

Reason for revert: b/276062727

Change-Id: I359055eeafcc61c3b65bfc68ae6ff7b87e0be0c9
2023-03-30 04:03:07 +00:00
Bill Chang
73fdffd0fc Add Decompress FATP test
Bug: 275422169
Test: build pass, manually run on husky
Change-Id: I9ca3770426731564ebd14dca9d56aceac793a4d6
2023-03-28 15:30:36 +00:00
Robin Peng
fd0859e694 Initialize device folder
from: 858c0f08e332220d80a9eef8ddcd39ef4d5296ee
with updated device path

Bug: 248399843
Change-Id: I215a40a4f4719d5432e87401f4a3214c5189ba20
2022-10-30 16:03:17 +00:00