File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ LOCAL_CERTIFICATE := platform
23
23
# Tell aapt to create "extending (non-application)" resource IDs,
24
24
# since these resources will be used by many apps.
25
25
LOCAL_AAPT_FLAGS := -x
26
+ LOCAL_AAPT_FLAGS += --private-symbols com.android.internal
26
27
27
28
LOCAL_MODULE_TAGS := optional
28
29
Original file line number Diff line number Diff line change 16
16
*/
17
17
-->
18
18
<resources >
19
- <!-- We don't want to publish private symbols in android.R as part of the
20
- SDK. Instead, put them here. -->
21
- <private-symbols package =" com.android.internal" />
22
-
23
19
<!-- Private symbols that we need to reference from framework code. See
24
20
frameworks/base/core/res/MakeJavaSymbols.sed for how to easily generate
25
21
this.
You can’t perform that action at this time.
0 commit comments