summaryrefslogtreecommitdiffstats
path: root/libs/androidfw/tests/data/override/R.h
blob: a57c6b17b586493d5ea4d605f8ff18f4a0a47ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __BASE_R_H
#define __BASE_R_H

namespace override {
namespace R {

namespace string {
    enum {
        string1       = 0x7f020000,   // default
    };
}

} // namespace R
} // namespace base

#endif // __BASE_R_H