Commit graph

6 commits

Author SHA1 Message Date
Arindam Mondal
3e73817588 Convert tegu/preloaded_nanoapps.json's .mk file to Android.bp.
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/27690356 and ag/27683070 a common inheritance layer has been added to all `non-factory` products for `tegu`. Therefore, setting different `PRODUCT_SOONG_NAMESPACES` in the corresponding `tegu_generic.mk` and `factory_tegu.mk` files will allow factory products and non-factory products of tegu to use different preloaded_nanoapps.json.

FLAG: EXEMPT Mechanical refactoring

Bug: 336452008
Bug: 313835597
Test: 1. lunch tegu-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      2. Check ./out/target/product/tegu/.../preloaded_nanoapps.json
         It should be the tegu version.
      3. lunch factory_tegu-trunk_staging-userdebug && \
         m -j preloaded_nanoapps.json
      4. Check ./out/target/product/tegu/.../preloaded_nanoapps.json
         It should be the factory version.
Change-Id: I483043ce3c55dc08b54699f332d654d18eedebd2
2024-06-06 03:14:06 +00:00
Wayne Lin
66128d2b64 gps: maintain one solution
Bug: 315915958
Test: build pass and GPS function works
Change-Id: I3bd3b09edd4e1ca1ecfa578095800c9052db5689
2024-05-06 09:17:11 +00:00
Edwin Tung
ba3445c584 gps: separate gnss factory build
Bug: 328345874
Test: normal rom and factory rom gnss works
Change-Id: Id1108a1c00edf9beba229b90371b5c1a30329c51
2024-03-11 22:21:14 +08:00
JohnCH Tsai
7d1c5bc3ea camera: Add camera FATP HAT tool
Add camera FATP HAT tool for factory build only

Test: build pass, tool is generated
Bug: 315451747
Change-Id: Ief32d2b26eef9f585810cc211a1cf51318f91abb
2023-12-13 14:06:04 +00:00
stevenzlliu
d9b70874ed Remove TTS voice packs from factory ROM
For factory ROM UPH concern, we did not need TTS voice packs.
Hence, we remove them and then it could reduce super image size
and increase flash station speed.

Bug: 314245991
Test: Check super image size
Change-Id: I8006991b22072e841a8d94637daeb0f105c8ada1
2023-12-01 07:41:30 +00:00
Wilson Sung
a5146d127e Initialize Tegu
Copy tegu from caimito c3019ae

Bug: 298309659
Change-Id: I7d168ff0c60b7c3696239c12534ea3cfac239c1a
2023-09-15 09:48:00 +00:00