Always include sys/system_properties.h for Android
authorTim Van Patten <timvp@google.com>
Tue, 6 Apr 2021 21:26:40 +0000 (15:26 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 13 Apr 2021 07:21:04 +0000 (07:21 +0000)
commitededa67cb12aec0c5e92e3eba40d3f3c7b4d697f
treeef5091c86f457befc1b5fc750434dcde64162e6b
parent0ffed122cb59b66816a910081c76797f70cf333e
Always include sys/system_properties.h for Android

The function __system_property_get() is always called, regardless of the
targetted SDK level, so always include sys/system_properties.h, where
the prototype is defined.

Change-Id: I09df7fbfa294bf13fce67c2c2dab463d459a25b1
modules/egl/teglAndroidUtil.cpp