display: Use log.h from VNDK

Change-Id: I8aa8566036a44b1587f5cfe6c745e11a3dd19481
This commit is contained in:
Naseer Ahmed
2018-03-06 20:41:14 -05:00
parent c4fdf73cfb
commit 04a804a8f1
17 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,7 @@
* limitations under the License.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <linux/msm_mdp.h>
#include <linux/fb.h>

View File

@@ -17,7 +17,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <sys/resource.h>
#include <sys/prctl.h>

View File

@@ -27,7 +27,7 @@
* IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <cutils/log.h>
#include <log/log.h>
#include <stdlib.h>
#include <errno.h>
#include "software_converter.h"