Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 535fea1e authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Use Android.mk to specify private symbol package name

Change-Id: I290cb5a16173af9e8d1b16203ed8e8ddaa35045f
parent caceb021
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ LOCAL_CERTIFICATE := platform
# Tell aapt to create "extending (non-application)" resource IDs,
# since these resources will be used by many apps.
LOCAL_AAPT_FLAGS := -x
LOCAL_AAPT_FLAGS += --private-symbols com.android.internal

LOCAL_MODULE_TAGS := optional

+0 −4
Original line number Diff line number Diff line
@@ -16,10 +16,6 @@
*/
-->
<resources>
  <!-- We don't want to publish private symbols in android.R as part of the
       SDK.  Instead, put them here. -->
  <private-symbols package="com.android.internal" />

  <!-- Private symbols that we need to reference from framework code.  See
       frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
       this.