Inseob Kim
60f2636903
Fix build thumbprint in gen_build_prop.py
...
Bug: 356297315
Test: TH and ABTD
Change-Id: I28bccbbafbf9bcdf45a58361e37435b8d74d7464
2024-07-31 08:00:34 +09:00
Pechetty Sravani (xWF)
c13856eb1d
Revert^3 "Sync gen_build_prop.py to sysprop.mk"
...
e176dc9ee2
Change-Id: I8cf265281ff16ad65d1fe8d6084a6fd49adc294c
2024-07-25 09:21:09 +00:00
Inseob Kim
e176dc9ee2
Revert^2 "Sync gen_build_prop.py to sysprop.mk"
...
0e7cde59c8
Change-Id: If8b60802c8bdc62689d8939d5efa9007ad814d85
2024-07-25 03:27:49 +00:00
Inseob Kim
0e7cde59c8
Revert "Sync gen_build_prop.py to sysprop.mk"
...
Revert submission 3184480-system_build_prop_soong
Reason for revert: breaks ndk and mainline build
Reverted changes: /q/submissionid:3184480-system_build_prop_soong
Change-Id: I833aacf23bbe7cd16b6aad0b7d94a9b46a8192e4
2024-07-25 02:45:53 +00:00
Inseob Kim
19fd1316b7
Sync gen_build_prop.py to sysprop.mk
...
Also fixes a bug on an if clause.
Bug: 322090587
Test: build and compare both build.prop files
Change-Id: Id0dfba98f5cd67c939594554b470e7fad9cfd518
2024-07-24 15:53:54 +09:00
Inseob Kim
51d3a6d2d3
Fix DISPLAY_BUILD_NUMBER
...
The dot was accidentally removed.
Bug: 353425495
Test: build
Change-Id: Id0c08f3c98d5b2f56e49180baf98bb8847f6bebd
2024-07-19 09:26:36 +09:00
Justin Yun
ac4a727793
Fix build error for gen_build_prop.py
...
Provided undefined constants and imports.
Bug: 346214958
Test: Define "PRODUCT_DEFAULT_DEV_CERTIFICATE := \
build/make/target/product/security/testkey" and
m aosp_cf_system_x86_64
Change-Id: Ic65f059fe87a997a9be695ebf13dfde2d2c6f82c
2024-07-03 13:34:29 +09:00
Inseob Kim
5a994c7e9c
Fix a bug that BUILD_VERSION_TAGS is ignored
...
Bug: 349046347
Test: set BUILD_VERSION_TAGS and build
Change-Id: Ib981d917435d23139ac0c5b0aba5b6893539d200
2024-06-26 10:30:21 +09:00
Inseob Kim
2da72af53a
Add build_prop soong module
...
build_prop is a soong module generating {partition}/build.prop. It's
ported from build/make/core/sysprop.mk and will replace sysprop.mk in
the future. Currently used only by Android.bp cuttlefish system image.
Bug: 322090587
Bug: 346214958
Test: compare system/build.prop and aosp_cf_x86_64_system-build.prop for
eng / user / userdebug
Change-Id: Iad76139fe86ec4f582218c185aa15baeacaa38dc
2024-06-19 10:42:07 +09:00