Upstream version 8.36.161.0
[platform/framework/web/crosswalk.git] / src / xwalk / runtime / android / core_internal / src / org / xwalk / core / internal / XWalkInternalResources.java
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-package org.xwalk.core;
+package org.xwalk.core.internal;
 
 import android.content.Context;
 import android.util.Log;
@@ -16,7 +16,8 @@ class XWalkInternalResources {
     private static boolean loaded = false;
     private final static String INTERNAL_RESOURCE_CLASSES[] = {
         "org.chromium.content.R",
-        "org.chromium.ui.R"
+        "org.chromium.ui.R",
+        "org.xwalk.core.internal.R"
     };
     private final static String GENERATED_RESOURCE_CLASS = "org.xwalk.core.R";