Fix typo in sysprop.mk and Changes.md

android_info_pro -> android_info_prop
partititon -> partition
PRODUCT_SYSTEM_PROPERITES -> PRODUCT_SYSTEM_PROPERTIES

Test: build and manual test

Signed-off-by: Donghyun Jo <donghyun.jo@samsung.com>
Change-Id: I0b7f0566aaa5ce8844003bb4f373389c20ddeb88
This commit is contained in:
Donghyun Jo
2021-03-02 08:51:03 +09:00
parent 5553b5704c
commit 8c65ef6574
2 changed files with 3 additions and 3 deletions

View File

@@ -17,9 +17,9 @@ To temporarily relax missing required modules check, use:
System properties for each of the partition is supposed to be set via following
product config variables.
For system partititon,
For system partition,
* `PRODUCT_SYSTEM_PROPERITES`
* `PRODUCT_SYSTEM_PROPERTIES`
* `PRODUCT_SYSTEM_DEFAULT_PROPERTIES` is highly discouraged. Will be deprecated.
For vendor partition,