From a948b09171ed85a765ef612fadcdb6406be5f0ed Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Sun, 10 Dec 2017 23:23:40 +0000 Subject: [PATCH] msm8974-common: init: Update extension for O-mr1 Change-Id: I2fcd62b1dd6cbe292d89cf97085c9549bf69ba16 --- init/init_msm8974.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init/init_msm8974.cpp b/init/init_msm8974.cpp index ab2f419..7ce2fb2 100644 --- a/init/init_msm8974.cpp +++ b/init/init_msm8974.cpp @@ -1,5 +1,6 @@ /* - Copyright (c) 2016, The CyanogenMod Project + Copyright (c) 2016, The CyanogenMod Project. All rights reserved. + Copyright (c) 2017, The LineageOS Project. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are @@ -34,16 +35,18 @@ #include #include +#include + #define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_ #include #include "vendor_init.h" #include "property_service.h" -#include "log.h" -#include "util.h" #include "init_msm8974.h" +using android::init::property_set; + __attribute__ ((weak)) void init_target_properties() {