OSDN Git Service

Squashed revert of TARGET_UNIFIED_DEVICE
authorMichael Bestas <mkbestas@lineageos.org>
Fri, 16 Jun 2017 12:29:31 +0000 (15:29 +0300)
committerHarry Youd <harry@harryyoud.co.uk>
Thu, 6 Jul 2017 14:41:08 +0000 (15:41 +0100)
commitc21d567b2d3da927da6b92c3656fd21ccd4ccb48
tree596dbedff584d397999c8b6c89be82589b6f74a5
parent644d84d8afe9e4c13eb2c49884f416f6eb048263
Squashed revert of TARGET_UNIFIED_DEVICE

* vendor init can be used to achieve everything done here

Revert "core: Fix unified trees with no TARGET_OTA_ASSERT_DEVICE"
This reverts commit e44fa493f87d74c20b4276ca7504bc601847d01f.

Revert "releasetools: don't attempt to read fingerprint on unified devices"
This reverts commit 787a0aa7d8787c13bf78559ae4a05650ed46da76.

Revert "buildinfo: only set ro.build.product on non-unified devices"
This reverts commit 22c034b8a7c51c713dfb2a75c6e4e20941428cad.

Revert "ota_from_target_files: Remove device dependent arguments"
This reverts commit 7c93b441bcf65a8630f8f4bb8df9537f686ea797.

Revert "Fix ro.build.product not found by ota_from_target_files in some cases"
This reverts commit 0ca5495057a6d15f6049993896c34e13cd4dd467.

Revert "Allow devices to specify certain ro. props via TARGET_UNIFIED_DEVICE"
This reverts commit 8182bc29ffc498033e25ef10f3f8499ebfe25a7e.

ota_from_target_files: Remove device dependent arguments
These device-specific arguments are defined at build time and are
necessary to generate the zip correctly. Don't use command line
arguments to specify them, but write all the needed information
in misc_info.txt when the target-files zip is generated.
ota_from_target_files will then read misc_info.txt and set
everything automatically.
Original Change-Id: Ibdbca575b76eb07b53fccfcea52a351c7e333f91
[mikeioannina]: Reapply after TARGET_UNIFIED_DEVICE removal

Change-Id: I5cb8f074c893c0e46edf507f6256cd747239d07f
core/Makefile
tools/buildinfo.sh
tools/releasetools/ota_from_target_files.py