summaryrefslogtreecommitdiff
path: root/rsApiFileA3D.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Separate libRS.so into public and internal libsYang Ni2016-03-211-0/+116
Bug: 26546579 libRS_internal.so is not going to be whitelisted by the NDK linker, therefore loadable only by the internal implementation, but not any application code. libRS is going to contain only publicly exported functions, i.e. the functions declared in frameworks/rs/rs.h, including those in rsApiFuncDecl.h (generated from rs.spec). Change-Id: Iac58695316edc9aff87ade2bac3b4a44d1a68b23