OSDN Git Service

Update HWUI makefiles to support use by other targets (e.g. Skia)
authorDerek Sollenberger <djsollen@google.com>
Thu, 11 Feb 2016 17:13:07 +0000 (12:13 -0500)
committerDerek Sollenberger <djsollen@google.com>
Thu, 11 Feb 2016 21:23:19 +0000 (16:23 -0500)
commit991da31d4073396768f215c5c3e77e54368da75f
tree96504141f4fa2b8e2166a8b1ce26da6c1f223803
parent186b54397a1cdfbf4cd97f2ce997c9537f41d3ed
Update HWUI makefiles to support use by other targets (e.g. Skia)

(1) Update both static and shared lib to export libhwui headers
(2) Work around problem in current make system where a static
    libraries dependencies are not transitively included by moving
    those dependencies into a file that can be included by targets
    using libhwui_static.
(3) Do not expose protobuf headers to clients outside of HWUI

Change-Id: I08470c02a83ae64116081eff0c2050878990c6ed
libs/hwui/Android.mk
libs/hwui/hwui_static_deps.mk [new file with mode: 0644]