OSDN Git Service

OSI: Protect cutils/properties.h from direct calls
authorMyles Watson <mylesgw@google.com>
Fri, 16 Feb 2018 21:11:04 +0000 (13:11 -0800)
committerMyles Watson <mylesgw@google.com>
Sat, 17 Feb 2018 01:00:51 +0000 (01:00 +0000)
commit158fe8e028c27d507c9bc17851e20d38a43ed153
treed3e6cfbfb754c5a37182af0d37fc4a2709dd23db
parent56363e828c163a222ed151cc51c75ae20099f0c0
OSI: Protect cutils/properties.h from direct calls

Bug: None
Test: compile, no calls to property_get outside of libosi
      change PROPERTY_VALUE_MAX in osi/include/properties.h
      -> doesn't compile
Change-Id: I18c7b861782b1df4878da032ae3f0340dffdecab
osi/include/properties.h
osi/src/properties.cc
service/Android.bp
service/main.cc