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

Commit 940cfe32 authored by Adam Lesinski's avatar Adam Lesinski Committed by Android (Google) Code Review
Browse files

Merge "Use Android.mk to specify private symbol package name"

parents 4d4f0db8 535fea1e
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.